diff --git a/pluto-interface/pom.xml b/pluto-interface/pom.xml index b0851c7eaf112d58a2e7e6e0eb4cc8f5f6305427..2015247bcb68d084bff466ff3b384e7f84f08ad5 100644 --- a/pluto-interface/pom.xml +++ b/pluto-interface/pom.xml @@ -1,6 +1,14 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>de.itvsh.kop.common</groupId> + <artifactId>kop-common-dependencies</artifactId> + <version>1.1.1-SNAPSHOT</version> + <relativePath /> + </parent> + + <groupId>de.itvsh.ozg.pluto</groupId> <artifactId>pluto-interface</artifactId> <version>0.25.0-SNAPSHOT</version> @@ -15,10 +23,6 @@ <java.version>17</java.version> <maven.compiler.source>${java.version}</maven.compiler.source> <maven.compiler.target>${java.version}</maven.compiler.target> - - <kop-common.version>1.1.0</kop-common.version> - - <protoc-jar-plugin.version>3.11.4</protoc-jar-plugin.version> </properties> <dependencyManagement> diff --git a/pluto-utils/pom.xml b/pluto-utils/pom.xml index 93b26b685d88b346b0b8138dd24330c897564c3d..8f42b0b10e03641afa9f945b9b87cdc9dc43cf7f 100644 --- a/pluto-utils/pom.xml +++ b/pluto-utils/pom.xml @@ -15,6 +15,8 @@ <properties> <pluto.version>0.25.0-SNAPSHOT</pluto.version> + + <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version> </properties> <dependencies>