Commit 95bf5aad authored by Riegel's avatar Riegel
Browse files

adjusted build dependencies

2 merge requests!8Version 3.15.0,!6Open source release of CityDoctorGUI and other extensions.
Pipeline #10041 failed with stage
in 25 seconds
Showing with 3 additions and 3 deletions
+3 -3
...@@ -58,17 +58,17 @@ ...@@ -58,17 +58,17 @@
<dependency> <dependency>
<groupId>org.codehaus.plexus</groupId> <groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-api</artifactId> <artifactId>plexus-compiler-api</artifactId>
<version>${plexus.compiler.version}</version> <version>2.15.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.codehaus.plexus</groupId> <groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-manager</artifactId> <artifactId>plexus-compiler-manager</artifactId>
<version>${plexus.compiler.version}</version> <version>2.15.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.codehaus.plexus</groupId> <groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-eclipse</artifactId> <artifactId>plexus-compiler-eclipse</artifactId>
<version>${plexus.compiler.version}</version> <version>2.15.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
</plugin> </plugin>
......
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