Skip to content

Commit

Permalink
Resolve app.bndrun runbundles for CXF upgrade
Browse files Browse the repository at this point in the history
Related to openhab/openhab-core#3770

Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn committed Aug 21, 2023
1 parent 92b7119 commit 76055e2
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions launch/app/app.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ feature.openhab-model-runtime-all: \
jakarta.inject.jakarta.inject-api;version='[2.0.0,2.0.1)',\
jakarta.validation.jakarta.validation-api;version='[2.0.2,2.0.3)',\
jakarta.xml.bind-api;version='[2.3.3,2.3.4)',\
jakarta.xml.soap-api;version='[1.4.2,1.4.3)',\
jakarta.xml.ws-api;version='[2.3.3,2.3.4)',\
javax.measure.unit-api;version='[2.2.0,2.2.1)',\
jollyday;version='[0.5.10,0.5.11)',\
org.antlr.runtime;version='[3.2.0,3.2.1)',\
Expand All @@ -153,12 +151,12 @@ feature.openhab-model-runtime-all: \
org.apache.commons.commons-fileupload;version='[1.5.0,1.5.1)',\
org.apache.commons.commons-io;version='[2.11.0,2.11.1)',\
org.apache.commons.lang3;version='[3.12.0,3.12.1)',\
org.apache.cxf.cxf-core;version='[3.4.5,3.4.6)',\
org.apache.cxf.cxf-rt-frontend-jaxrs;version='[3.4.5,3.4.6)',\
org.apache.cxf.cxf-rt-rs-client;version='[3.4.5,3.4.6)',\
org.apache.cxf.cxf-rt-rs-sse;version='[3.4.5,3.4.6)',\
org.apache.cxf.cxf-rt-security;version='[3.4.5,3.4.6)',\
org.apache.cxf.cxf-rt-transports-http;version='[3.4.5,3.4.6)',\
org.apache.cxf.cxf-core;version='[3.6.1,3.6.2)',\
org.apache.cxf.cxf-rt-frontend-jaxrs;version='[3.6.1,3.6.2)',\
org.apache.cxf.cxf-rt-rs-client;version='[3.6.1,3.6.2)',\
org.apache.cxf.cxf-rt-rs-sse;version='[3.6.1,3.6.2)',\
org.apache.cxf.cxf-rt-security;version='[3.6.1,3.6.2)',\
org.apache.cxf.cxf-rt-transports-http;version='[3.6.1,3.6.2)',\
org.apache.felix.configadmin;version='[1.9.26,1.9.27)',\
org.apache.felix.gogo.command;version='[1.1.2,1.1.3)',\
org.apache.felix.gogo.runtime;version='[1.1.6,1.1.7)',\
Expand All @@ -170,7 +168,7 @@ feature.openhab-model-runtime-all: \
org.apache.felix.webconsole.plugins.ds;version='[2.2.0,2.2.1)',\
org.apache.servicemix.specs.activation-api-1.2.1;version='[1.2.1,1.2.2)',\
org.apache.servicemix.specs.annotation-api-1.3;version='[1.3.0,1.3.1)',\
org.apache.ws.xmlschema.core;version='[2.2.5,2.2.6)',\
org.apache.ws.xmlschema.core;version='[2.3.0,2.3.1)',\
org.apiguardian.api;version='[1.1.2,1.1.3)',\
org.bitbucket.b_c.jose4j;version='[0.9.3,0.9.4)',\
org.eclipse.emf.common;version='[2.17.0,2.17.1)',\
Expand Down Expand Up @@ -286,4 +284,3 @@ feature.openhab-model-runtime-all: \
org.openhab.ui;version='[4.1.0,4.1.1)',\
org.openhab.ui.basic;version='[4.1.0,4.1.1)',\
org.openhab.ui.iconset.classic;version='[4.1.0,4.1.1)'

0 comments on commit 76055e2

Please sign in to comment.