blacklist API bundle as long as jersey-all is used (#605)

As long as jersey-all is used that bundles a dozen of other artifacts,
we have to blacklist the JAX-RS API. Otherwise it will be added on every
new resolve call.

Related to: https://github.com/openhab/openhab-core/issues/576
Related to: https://github.com/openhab/openhab-core/pull/580

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
This commit is contained in:
Markus Rathgeb 2019-02-25 21:38:45 +00:00 committed by Kai Kreuzer
parent 0456b56e1d
commit d458d485b3

View File

@ -64,6 +64,8 @@ feature.openhab-model-runtime-all: \
osgi.console.enable.builtin=false,\
logback.configurationFile=file:${.}/logback.xml
-runblacklist: bnd.identity;id='org.apache.aries.javax.jax.rs-api'
#
# done
#