From 95bf5aadf2ca0d2d9b59b3778d4ca79726d054a3 Mon Sep 17 00:00:00 2001
From: Alex <alexander.riegel@hft-stuttgart.de>
Date: Mon, 5 Aug 2024 13:55:03 +0200
Subject: [PATCH] adjusted build dependencies

---
 CityDoctorParent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CityDoctorParent/pom.xml b/CityDoctorParent/pom.xml
index 4eb8cdc..c9b4d25 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>
-- 
GitLab