Skip to content

Commit

Permalink
added ditto-things-model and ditto-policies-model as explicit depende…
Browse files Browse the repository at this point in the history
…ncies to ditto-protocol

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed May 4, 2021
1 parent 19ddb14 commit a8dadbc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-json</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-things-model</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-policies-model</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-thingsearch-model</artifactId>
Expand Down

0 comments on commit a8dadbc

Please sign in to comment.