Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
89e2db66
Commit
89e2db66
authored
Aug 01, 2024
by
Riegel
Browse files
Adjusted dependencies in CityDoctorParent pom.xml
parent
767dcafe
Pipeline
#10035
failed with stage
in 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CityDoctorParent/pom.xml
View file @
89e2db66
...
...
@@ -53,7 +53,11 @@
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.13.0
</version>
<configuration>
<source>
17
</source>
<target>
17
</target>
<compilerId>
eclipse
</compilerId>
<showWarnings>
true
</showWarnings>
<showDeprecation>
true
</showDeprecation>
</configuration>
<dependencies>
<dependency>
...
...
@@ -235,6 +239,16 @@
<version>
2.15.0
</version>
<type>
pom
</type>
</dependency>
<dependency>
<groupId>
org.codehaus.plexus
</groupId>
<artifactId>
plexus-compiler-eclipse
</artifactId>
<version>
2.15.0
</version>
</dependency>
<dependency>
<groupId>
org.eclipse.jdt
</groupId>
<artifactId>
ecj
</artifactId>
<version>
3.38.0
</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment