diff --git a/p2-maven-plugin/pom.xml b/p2-maven-plugin/pom.xml index 6c06195fac..54910645f5 100644 --- a/p2-maven-plugin/pom.xml +++ b/p2-maven-plugin/pom.xml @@ -191,12 +191,14 @@ org.bouncycastle bcpg-jdk18on - 1.77 org.bouncycastle bcprov-jdk18on - 1.77 + + + org.bouncycastle + bcutil-jdk18on commons-io diff --git a/p2-maven-plugin/src/main/resources/META-INF/sisu/connect.bundles b/p2-maven-plugin/src/main/resources/META-INF/sisu/connect.bundles index fcc89c1132..c7680b6ee1 100644 --- a/p2-maven-plugin/src/main/resources/META-INF/sisu/connect.bundles +++ b/p2-maven-plugin/src/main/resources/META-INF/sisu/connect.bundles @@ -51,4 +51,5 @@ org.sat4j.core org.sat4j.pb org.tukaani.xz bcpg -bcprov \ No newline at end of file +bcprov +bcutil \ No newline at end of file diff --git a/pom.xml b/pom.xml index a641f4733f..c64d51d601 100644 --- a/pom.xml +++ b/pom.xml @@ -304,6 +304,21 @@ org.eclipse.equinox.simpleconfigurator.manipulator 2.3.100 + + org.bouncycastle + bcpg-jdk18on + 1.78.1 + + + org.bouncycastle + bcprov-jdk18on + 1.78.1 + + + org.bouncycastle + bcutil-jdk18on + 1.78.1 + diff --git a/tycho-p2-repository-plugin/pom.xml b/tycho-p2-repository-plugin/pom.xml index 5a132348b9..b75f097816 100644 --- a/tycho-p2-repository-plugin/pom.xml +++ b/tycho-p2-repository-plugin/pom.xml @@ -44,7 +44,6 @@ org.bouncycastle bcpg-jdk18on - 1.77 org.eclipse.tycho