diff --git a/assemblies/core/lib/pom.xml b/assemblies/core/lib/pom.xml index 4e348de886f1..ace0777828cb 100644 --- a/assemblies/core/lib/pom.xml +++ b/assemblies/core/lib/pom.xml @@ -625,7 +625,7 @@ org.osgi - org.osgi.core + osgi.core compile diff --git a/assemblies/lib/pom.xml b/assemblies/lib/pom.xml index c3902a4774b4..734531bd60b3 100644 --- a/assemblies/lib/pom.xml +++ b/assemblies/lib/pom.xml @@ -49,10 +49,12 @@ 1.27 1.13.1 4.0.0 + 3.1.0 3.22.0 10.3.0.0-SNAPSHOT 1.42.3 + 1.8.2 @@ -456,6 +458,12 @@ org.slf4j slf4j-api + + + org.slf4j + slf4j-simple + 2.0.12 + org.apache.logging.log4j log4j-slf4j-impl @@ -647,7 +655,7 @@ org.osgi - org.osgi.core + osgi.core ${osgi.core.version} compile @@ -657,6 +665,11 @@ + + org.ops4j.pax.swissbox + pax-swissbox-core + ${pax-swissbox-core.version} + diff --git a/assemblies/pom.xml b/assemblies/pom.xml index eeb816823238..f98c054a7b19 100644 --- a/assemblies/pom.xml +++ b/assemblies/pom.xml @@ -44,7 +44,7 @@ org.osgi - org.osgi.core + osgi.core ${osgi.core.version} compile diff --git a/plugins/excel/core/pom.xml b/plugins/excel/core/pom.xml index 3275a75496d7..5c49c3fa8d9f 100644 --- a/plugins/excel/core/pom.xml +++ b/plugins/excel/core/pom.xml @@ -41,7 +41,7 @@ org.osgi - org.osgi.core + osgi.core provided diff --git a/plugins/json/core/pom.xml b/plugins/json/core/pom.xml index 121525537002..7d6fa3f8e8b7 100644 --- a/plugins/json/core/pom.xml +++ b/plugins/json/core/pom.xml @@ -216,7 +216,7 @@ org.osgi - org.osgi.core + osgi.core test diff --git a/plugins/pur/core/pom.xml b/plugins/pur/core/pom.xml index a8e97bf2ade6..8dddf0653212 100644 --- a/plugins/pur/core/pom.xml +++ b/plugins/pur/core/pom.xml @@ -366,7 +366,7 @@ org.osgi - org.osgi.core + osgi.core test diff --git a/plugins/streaming/impls/jms/pom.xml b/plugins/streaming/impls/jms/pom.xml index 45267cf7e998..bf6bce9499b2 100644 --- a/plugins/streaming/impls/jms/pom.xml +++ b/plugins/streaming/impls/jms/pom.xml @@ -134,6 +134,19 @@ io.netty netty-handler + + + org.bouncycastle + bcprov-jdk18on + + + org.bouncycastle + bcpkix-jdk18on + + + org.bouncycastle + bcutil-jdk18on + diff --git a/plugins/xml/core/pom.xml b/plugins/xml/core/pom.xml index f0982eb6377b..3e505e588322 100644 --- a/plugins/xml/core/pom.xml +++ b/plugins/xml/core/pom.xml @@ -101,7 +101,7 @@ org.osgi - org.osgi.core + osgi.core test