Skip to content

Commit

Permalink
Prevent app.bndrun resolution issues (openhab#1282)
Browse files Browse the repository at this point in the history
The osgi.* bundles are compile time only and have unsatisfiable "must.not.resolve" package imports.
The slf4j.api bundle provides packages that are already provided by the pax-logging bundles.

Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn authored Apr 27, 2021
1 parent fb9b1ad commit 0b528c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions launch/app/app.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ feature.openhab-model-runtime-all: \
-runblacklist: \
bnd.identity;id='org.apache.aries.jpa.container',\
bnd.identity;id='org.openhab.core.test',\
bnd.identity;id='osgi.annotation',\
bnd.identity;id='osgi.cmpn',\
bnd.identity;id='osgi.core',\
bnd.identity;id='slf4j.api',\
bnd.identity;id='slf4j.simple'

-runvm.java9plus: \
Expand Down

0 comments on commit 0b528c7

Please sign in to comment.