diff --git a/pom.xml b/pom.xml index e8397c9ed55a4431fdda1e18c27ad8831d96efd1..4a8ad1edfd6d7117e3a1d221320c7296734ea164 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,7 @@ <properties> <vorgang-manager.version>2.0.0-SNAPSHOT</vorgang-manager.version> + <api-lib.version>0.4.0-SNAPSHOT</api-lib.version> <tyrus-standalone-client.version>2.1.3</tyrus-standalone-client.version> </properties> <dependencies> @@ -44,14 +45,7 @@ <dependency> <groupId>de.ozgcloud.api-lib</groupId> <artifactId>ozg-cloud-spring-boot-starter</artifactId> - <version>0.3.0</version> - </dependency> - <dependency> - <groupId>de.ozgcloud.api-lib</groupId> - <artifactId>api-lib-core</artifactId> - <version>0.3.0</version> - <type>test-jar</type> - <scope>test</scope> + <version>${api-lib.version}</version> </dependency> <!-- spring --> @@ -65,6 +59,21 @@ </dependency> <!-- test --> + <dependency> + <groupId>de.ozgcloud.command</groupId> + <artifactId>command-manager</artifactId> + <version>${vorgang-manager.version}</version> + <type>test-jar</type> + <scope>test</scope> + </dependency> + <dependency> + <groupId>de.ozgcloud.api-lib</groupId> + <artifactId>api-lib-core</artifactId> + <version>${api-lib.version}</version> + <type>test-jar</type> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.glassfish.tyrus.bundles</groupId> <artifactId>tyrus-standalone-client</artifactId>