mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 13:21:53 +01:00
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:
parent
0456b56e1d
commit
d458d485b3
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user