diff --git a/formcycle-adapter/formcycle-adapter-interface/pom.xml b/formcycle-adapter/formcycle-adapter-interface/pom.xml index 327d1287081bcef9a2c55a3e96627f9966abbe9a..5ac94efaabcf04fea9cbf9363cc2130b304cc4c0 100644 --- a/formcycle-adapter/formcycle-adapter-interface/pom.xml +++ b/formcycle-adapter/formcycle-adapter-interface/pom.xml @@ -39,14 +39,13 @@ <version>1.5.0-SNAPSHOT</version> <properties> - <pluto.version>1.4.0</pluto.version> + <pluto.version>1.6.0-SNAPSHOT</pluto.version> </properties> <dependencies> <dependency> <groupId>de.itvsh.ozg.pluto</groupId> <artifactId>pluto-interface</artifactId> - <version>${pluto.version}</version> </dependency> <dependency> <groupId>de.itvsh.ozg.pluto</groupId> @@ -60,12 +59,10 @@ <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> - <version>${protobuf.version}</version> </dependency> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java-util</artifactId> - <version>${protobuf.version}</version> </dependency> </dependencies> diff --git a/formcycle-adapter/pom.xml b/formcycle-adapter/pom.xml index 41c251f5dedb83de678e9214f36856494f596472..e0445034f2b4a6b6434c671bbbb2fee4e36db57a 100644 --- a/formcycle-adapter/pom.xml +++ b/formcycle-adapter/pom.xml @@ -45,36 +45,29 @@ <properties> <spring-boot.build-image.imageName>docker.ozg-sh.de/formcycle-adapter:build-latest</spring-boot.build-image.imageName> - - <pluto.version>1.3.1</pluto.version> </properties> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>de.itvsh.ozg.pluto</groupId> - <artifactId>pluto-utils</artifactId> - <version>${pluto.version}</version> - </dependency> - <dependency> - <groupId>de.itvsh.ozg.pluto</groupId> - <artifactId>pluto-utils</artifactId> - <version>${pluto.version}</version> - <type>test-jar</type> - <scope>test</scope> - </dependency> - <dependency> - <groupId>de.itvsh.ozg.pluto</groupId> - <artifactId>pluto-interface</artifactId> - <version>${pluto.version}</version> - </dependency> - <dependency> - <groupId>de.itvsh.ozg.pluto</groupId> - <artifactId>pluto-interface</artifactId> - <classifier>sources</classifier> - <scope>compile</scope> - <version>${pluto.version}</version> - </dependency> - </dependencies> - </dependencyManagement> + <dependencies> + <dependency> + <groupId>de.itvsh.ozg.pluto</groupId> + <artifactId>pluto-utils</artifactId> + </dependency> + <dependency> + <groupId>de.itvsh.ozg.pluto</groupId> + <artifactId>pluto-utils</artifactId> + <type>test-jar</type> + <scope>test</scope> + </dependency> + <dependency> + <groupId>de.itvsh.ozg.pluto</groupId> + <artifactId>pluto-interface</artifactId> + </dependency> + <dependency> + <groupId>de.itvsh.ozg.pluto</groupId> + <artifactId>pluto-interface</artifactId> + <classifier>sources</classifier> + <scope>compile</scope> + <version>${pluto.version}</version> + </dependency> + </dependencies> </project> \ No newline at end of file