Skip to content
Snippets Groups Projects
Commit fbdea904 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5402 fix dependencies

parent 8f7ef456
Branches
Tags
No related merge requests found
......@@ -80,7 +80,7 @@
<dependency>
<groupId>de.ozgcloud.nachrichten</groupId>
<artifactId>nachrichten-manager-postfach-interface</artifactId>
<artifactId>nachrichten-manager-server</artifactId>
<version>${nachrichten-manager.version}</version>
</dependency>
<dependency>
......@@ -248,7 +248,14 @@
<!-- Test -->
<dependency>
<groupId>de.ozgcloud.nachrichten</groupId>
<artifactId>nachrichten-manager-postfach-interface</artifactId>
<artifactId>nachrichten-manager-server</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>de.ozgcloud.nachrichten</groupId>
<artifactId>nachrichten-manager-interface</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment