Skip to content

Commit

Permalink
add ditto-internal-utils-akka as test dependency to pom.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Maute <stefan.maute@bosch.io>
  • Loading branch information
Stefan Maute committed Sep 20, 2022
1 parent 88f44cf commit d60551e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion things/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,19 +179,26 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-internal-utils-test</artifactId>
<scope>test</scope>
<type>test-jar</type>
</dependency>

<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-internal-utils-persistence</artifactId>
<scope>test</scope>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-internal-utils-akka</artifactId>
<scope>test</scope>
<type>test-jar</type>
</dependency>

<dependency>
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java-core</artifactId>
Expand Down

0 comments on commit d60551e

Please sign in to comment.