diff --git a/cnf/ext/central.maven b/cnf/ext/central.maven index c4b91af8..2639c19a 100644 --- a/cnf/ext/central.maven +++ b/cnf/ext/central.maven @@ -26,7 +26,7 @@ org.apache.felix:org.apache.felix.fileinstall:3.7.4 # Pax Logging - OSGi logging framework org.ops4j.pax.logging:pax-logging-api:2.2.7 -org.ops4j.pax.logging:pax-logging-service:2.2.7 +org.ops4j.pax.logging:pax-logging-log4j2:2.2.7 # H2 Database com.h2database:h2:2.3.232 diff --git a/cnf/ext/libraries.bnd b/cnf/ext/libraries.bnd index d68a33dd..eae8a353 100644 --- a/cnf/ext/libraries.bnd +++ b/cnf/ext/libraries.bnd @@ -269,9 +269,9 @@ scr-runpath: ${scr};version=file,\ # Pax Logging (OSGi logging framework) pax-logging-api: ${repo;org.ops4j.pax.logging:pax-logging-api;[2.2.0,3);HIGHEST} -pax-logging-service: ${repo;org.ops4j.pax.logging:pax-logging-service;[2.2.0,3);HIGHEST} +pax-logging-log4j2: ${repo;org.ops4j.pax.logging:pax-logging-log4j2;[2.2.0,3);HIGHEST} pax-logging-runpath: ${pax-logging-api};version=file,\ - ${pax-logging-service};version=file + ${pax-logging-log4j2};version=file # Felix HTTP Service http-servlet-api: ${repo;org.apache.felix:org.apache.felix.http.servlet-api;[3.0.0,4);HIGHEST} diff --git a/pnnl.goss.core.runner/goss-core-ssl.bndrun b/pnnl.goss.core.runner/goss-core-ssl.bndrun index 7b286381..137bbd47 100644 --- a/pnnl.goss.core.runner/goss-core-ssl.bndrun +++ b/pnnl.goss.core.runner/goss-core-ssl.bndrun @@ -20,7 +20,6 @@ ${commons-io-runpath},\ ${xstream-runpath},\ ${gson-runpath},\ - org.apache.shiro:shiro-core;version='[1.13.0,2)',\ javax.annotation:javax.annotation-api;version='[1.3.2,2)',\ pnnl.goss.core.core-api;version=latest,\ pnnl.goss.core.goss-client;version=latest,\ diff --git a/pnnl.goss.core.runner/goss-core.shared.bndrun b/pnnl.goss.core.runner/goss-core.shared.bndrun index c6befa22..daa39bfb 100644 --- a/pnnl.goss.core.runner/goss-core.shared.bndrun +++ b/pnnl.goss.core.runner/goss-core.shared.bndrun @@ -33,7 +33,7 @@ shared.runrequires: \ osgi.identity;filter:='(osgi.identity=pnnl.goss.core.runner)',\ osgi.identity;filter:='(&(osgi.identity=org.apache.felix.scr)(version>=2.2.10))',\ osgi.identity;filter:='(osgi.identity=org.ops4j.pax.logging.pax-logging-api)',\ - osgi.identity;filter:='(osgi.identity=org.ops4j.pax.logging.pax-logging-service)',\ + osgi.identity;filter:='(osgi.identity=org.ops4j.pax.logging.pax-logging-log4j2)',\ osgi.identity;filter:='(&(osgi.identity=org.apache.felix.gogo.runtime)(version>=1.1.6))',\ osgi.identity;filter:='(&(osgi.identity=org.apache.felix.gogo.shell)(version>=1.1.4))',\ osgi.identity;filter:='(&(osgi.identity=org.apache.felix.gogo.command)(version>=1.1.2))',\