From e2a5b6ba16e0503d5cc0864cc664fe4f8f41cbcd Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 7 Jan 2025 09:57:08 +0100 Subject: [PATCH] The https://repository.springsource.com repo disappeared --- Signed-off-by: github-actions Signed-off-by: github-actions --- .../test/test/MavenTest.java | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/biz.aQute.bndlib.tests/test/test/MavenTest.java b/biz.aQute.bndlib.tests/test/test/MavenTest.java index e9b5771928..6f3876e6b6 100644 --- a/biz.aQute.bndlib.tests/test/test/MavenTest.java +++ b/biz.aQute.bndlib.tests/test/test/MavenTest.java @@ -171,24 +171,6 @@ public void testMavenRepo1() throws Exception { assertEquals("com.springsource.org.apache.commons.beanutils-1.6.1.jar", file.getName()); } - @Test - public void testMavenx() throws Exception { - Maven maven = new Maven(null); - CachedPom pom = maven.getPom("javax.xml.bind", "com.springsource.javax.xml.bind", "2.2.0", - new URI("https://repository.springsource.com/maven/bundles/release"), - new URI("https://repository.springsource.com/maven/bundles/external")); - // Pom pom = maven.getPom("javax.xml.ws", - // "com.springsource.javax.xml.ws", "2.1.1", new - // URL("https://repository.springsource.com/maven/bundles/release"), new - // URL("https://repository.springsource.com/maven/bundles/external")); - System.err.println(pom.getGroupId() + " + " + pom.getArtifactId() + "-" + pom.getVersion()); - - System.err.println(pom.getDependencies(Pom.Scope.compile)); - - File artifact = pom.getArtifact(); - System.err.println(artifact); - } - /** * Test the pom parser which will turn the pom into a set of properties, * which will make it actually readable according to some.