From 0b528c7142216cb152c3dab2c7a57e263e71e9d2 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Tue, 27 Apr 2021 18:21:29 +0200 Subject: [PATCH] Prevent app.bndrun resolution issues (#1282) 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 --- launch/app/app.bndrun | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/launch/app/app.bndrun b/launch/app/app.bndrun index d7d326ed02..dcfedf8efd 100644 --- a/launch/app/app.bndrun +++ b/launch/app/app.bndrun @@ -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: \