mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 11:45:49 +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,\
|
osgi.console.enable.builtin=false,\
|
||||||
logback.configurationFile=file:${.}/logback.xml
|
logback.configurationFile=file:${.}/logback.xml
|
||||||
|
|
||||||
|
-runblacklist: bnd.identity;id='org.apache.aries.javax.jax.rs-api'
|
||||||
|
|
||||||
#
|
#
|
||||||
# done
|
# done
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user