Skip to content

Commit

Permalink
remov unnecessary osgi stuff for ditto-signals-commands-live
Browse files Browse the repository at this point in the history
Signed-off-by: Yannic Klem <yannic.klem@bosch.io>
  • Loading branch information
Yannic92 committed Feb 24, 2021
1 parent 0006964 commit 62414df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion java/src/main/assembly/assembly.xml
Expand Up @@ -48,7 +48,6 @@
<include>org.eclipse.ditto:ditto-signals-commands-things</include>
<include>org.eclipse.ditto:ditto-signals-commands-policies</include>
<include>org.eclipse.ditto:ditto-signals-commands-messages</include>
<include>org.eclipse.ditto:ditto-signals-commands-live</include>
<include>org.eclipse.ditto:ditto-signals-events-base</include>
<include>org.eclipse.ditto:ditto-signals-events-things</include>
<include>org.eclipse.ditto:ditto-signals-events-thingsearch</include>
Expand Down
Expand Up @@ -254,16 +254,6 @@ public void shouldBeAbleToResolveBundlesOfUsedDependencies() {
checkBundleIsPresentInstalledAndActive(FrameworkUtil.getBundle(MessageCommand.class));
checkBundleIsPresentInstalledAndActive(FrameworkUtil.getBundle(MessageCommandResponse.class));

// ditto-signals-commands-live:
LOG.info("Ensuring ditto-signals-commands-live is usable from OSGi..");
checkBundleIsPresentInstalledAndActive(FrameworkUtil.getBundle(LiveCommandFactory.class));
checkBundleIsPresentInstalledAndActive(FrameworkUtil.getBundle(QueryLiveCommandFactory.class));
checkBundleIsPresentInstalledAndActive(FrameworkUtil.getBundle(RetrieveThingLiveCommand.class));
checkBundleIsPresentInstalledAndActive(FrameworkUtil.getBundle(ModifyLiveCommandFactory.class));
checkBundleIsPresentInstalledAndActive(FrameworkUtil.getBundle(CreateThingLiveCommand.class));
checkBundleIsPresentInstalledAndActive(FrameworkUtil.getBundle(LiveCommand.class));
checkBundleIsPresentInstalledAndActive(FrameworkUtil.getBundle(LiveEventFactory.class));

// ditto-signals-events-base:
LOG.info("Ensuring ditto-signals-events-base is usable from OSGi..");
checkBundleIsPresentInstalledAndActive(FrameworkUtil.getBundle(Event.class));
Expand Down

0 comments on commit 62414df

Please sign in to comment.