Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cnf/ext/central.maven
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions cnf/ext/libraries.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
1 change: 0 additions & 1 deletion pnnl.goss.core.runner/goss-core-ssl.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -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,\
Expand Down
2 changes: 1 addition & 1 deletion pnnl.goss.core.runner/goss-core.shared.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -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))',\
Expand Down
Loading