Skip to content

Commit

Permalink
fixed RunOSGiContainerIntegrationTest by adding "org.eclipse.ditto:di…
Browse files Browse the repository at this point in the history
…tto-connectivity-model" module to the *bundles.zip used to bundle all transitive OSGi dependencies

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed May 31, 2021
1 parent 8ae348e commit 16f22b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/src/main/assembly/assembly.xml
Expand Up @@ -40,6 +40,7 @@
<include>org.eclipse.ditto:ditto-things-model</include>
<include>org.eclipse.ditto:ditto-thingsearch-model</include>
<include>org.eclipse.ditto:ditto-messages-model</include>
<include>org.eclipse.ditto:ditto-connectivity-model</include> <!-- needed as ditto-protocol imports that -->
<include>org.eclipse.ditto:ditto-protocol</include>
<include>org.eclipse.ditto:ditto-client</include>
</includes>
Expand Down

0 comments on commit 16f22b1

Please sign in to comment.