From bf201be0beb284707db0f500e5850be56f966b15 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Fri, 14 Apr 2023 18:12:42 +0200 Subject: Use bouncycastle libraries directly from Maven Central and update - org.bouncycastle:bcpg-jdk18on to 1.72.2 Bug: 581767 Change-Id: Id213e84d56c171c98b1919a7044e2779a3d777df --- .../org.eclipse.jgit.target/jgit-4.20.target | 38 +++++++++++++++++----- 1 file changed, 29 insertions(+), 9 deletions(-) (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.target') diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.target index a3f7c2b639..2ddc2f51a1 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.target @@ -1,7 +1,7 @@ - + @@ -55,14 +55,6 @@ - - - - - - - - @@ -89,5 +81,33 @@ + + + + org.bouncycastle + bcpg-jdk18on + 1.72.2 + jar + + + org.bouncycastle + bcprov-jdk18on + 1.72 + jar + + + org.bouncycastle + bcpkix-jdk18on + 1.72 + jar + + + org.bouncycastle + bcutil-jdk18on + 1.72 + jar + + + -- cgit v1.2.3