diff --git a/CityDoctorParent/pom.xml b/CityDoctorParent/pom.xml index 4eb8cdcd528d6b63540c867f00346f9e2ff7dc51..c9b4d252593644980a58868a0a9211c393328d1d 100644 --- a/CityDoctorParent/pom.xml +++ b/CityDoctorParent/pom.xml @@ -58,17 +58,17 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-compiler-api</artifactId> - <version>${plexus.compiler.version}</version> + <version>2.15.0</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-compiler-manager</artifactId> - <version>${plexus.compiler.version}</version> + <version>2.15.0</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-compiler-eclipse</artifactId> - <version>${plexus.compiler.version}</version> + <version>2.15.0</version> </dependency> </dependencies> </plugin>