Commit 89e2db66 authored by Riegel's avatar Riegel
Browse files

Adjusted dependencies in CityDoctorParent pom.xml

parent 767dcafe
Pipeline #10035 failed with stage
in 24 seconds
......@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment