From f8038b6b586f32a417609600c45f1e1ced45be9c Mon Sep 17 00:00:00 2001 From: Thomas Wolf Date: Tue, 23 May 2023 19:45:12 +0200 Subject: Revert 'Use net.i2p.crypto:eddsa directly from Maven Central' This reverts commit 7e094c6cf32d6b6c2e49c72d506149427e97c5ab. Reason: the maven artifact has a broken MANIFEST.MF with a mandatory dependency to sun.security.x509, which is an internal package in the JDK and moreover not needed by the bundle except for one test class that isn't in the bundle at all. This extra dependency makes the JGit tycho packaging build fail when Tycho 4 is used. We must keep using the Orbit re-packaging of this artifact, which does not have this unnecessary mandatory dependency. Change-Id: Ica15a5ddcada09686de3055b2b3daf081e3c5ffc Signed-off-by: Thomas Wolf --- .../org.eclipse.jgit.target/jgit-4.27.target | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.target') diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.target index 66de83ec80..3749fcda73 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.target @@ -1,13 +1,15 @@ - + + + @@ -170,16 +172,6 @@ - - - - net.i2p.crypto - eddsa - 0.3.0 - jar - - - -- cgit v1.2.3