diff options
author | Thomas Wolf <twolf@apache.org> | 2024-04-10 20:53:33 +0200 |
---|---|---|
committer | Thomas Wolf <twolf@apache.org> | 2024-04-10 20:54:33 +0200 |
commit | 4b544d32fa0631f8b58bf702341e846ddbf00831 (patch) | |
tree | 901fbffef0bf0a80073f21f23ada165e007c7fc8 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target | |
parent | 718d121bb38860e66f6e34a4045aa6d5d9490e8a (diff) | |
download | jgit-4b544d32fa0631f8b58bf702341e846ddbf00831.tar.gz jgit-4b544d32fa0631f8b58bf702341e846ddbf00831.zip |
Revert "[releng] Bump Bouncy Castle to 1.78"
This reverts commit 718d121bb38860e66f6e34a4045aa6d5d9490e8a.
Bouncy Castle 1.78 has broken OSGi metadata: the package imports in
MANIFEST.MF are missing. See also [1] and [2].
[1] https://github.com/bcgit/bc-java/issues/1621
[2] https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/1968#issuecomment-2048151288
Change-Id: Iedec921215dabe0b63fb0dd7f6a4b28c18f854a0
Signed-off-by: Thomas Wolf <twolf@apache.org>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target index a6b4bbf171..4656b56676 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?pde?> <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl --> -<target name="jgit-4.24" sequenceNumber="1712594184"> +<target name="jgit-4.24" sequenceNumber="1708457972"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/> @@ -203,25 +203,25 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpg-jdk18on</artifactId> - <version>1.78</version> + <version>1.77</version> <type>jar</type> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk18on</artifactId> - <version>1.78</version> + <version>1.77</version> <type>jar</type> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk18on</artifactId> - <version>1.78</version> + <version>1.77</version> <type>jar</type> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcutil-jdk18on</artifactId> - <version>1.78</version> + <version>1.77</version> <type>jar</type> </dependency> </dependencies> |