From e7be8f450fa126d41732d7dd15b63f25a9c160df Mon Sep 17 00:00:00 2001 From: Andrew Berezovskyi Date: Sun, 1 Dec 2024 15:39:49 +0100 Subject: [PATCH] build: clean up pom using mvn dependency:analyze --- org.eclipse.lyo.testsuite.server/pom.xml | 82 +++++++++++------------- 1 file changed, 38 insertions(+), 44 deletions(-) diff --git a/org.eclipse.lyo.testsuite.server/pom.xml b/org.eclipse.lyo.testsuite.server/pom.xml index 9549625..e837daa 100644 --- a/org.eclipse.lyo.testsuite.server/pom.xml +++ b/org.eclipse.lyo.testsuite.server/pom.xml @@ -76,28 +76,12 @@ jaxb-api 2.3.1 - - com.sun.xml.bind - jaxb-core - 2.3.0 - - - com.sun.xml.bind - jaxb-impl - 2.3.0 - junit junit 4.13.2 - - commons-logging - commons-logging - compile - 1.1.1 - org.apache.httpcomponents @@ -105,14 +89,6 @@ 4.5.13 - - net.oauth.core oauth @@ -120,13 +96,6 @@ compile - - net.oauth.core - oauth-consumer - 20090617 - compile - - net.oauth.core oauth-httpclient3 @@ -140,22 +109,15 @@ - org.slf4j - slf4j-simple - 1.5.10 - - - - - org.apache.abdera - abdera-parser - 1.1.2 + org.apache.jena + jena-core + 2.13.0 - org.apache.jena - jena-core - 2.7.1 + org.apache.httpcomponents + httpcore + 4.4.13 @@ -163,6 +125,38 @@ xml-apis 1.4.01 + + + + org.apache.abdera + abdera-core + 1.1.2 + + + org.apache.ws.commons.axiom + axiom-api + 1.2.10 + + + log4j + log4j + 1.2.17 + + + org.slf4j + slf4j-api + 1.5.10 + + + org.apache.abdera + abdera-i18n + 1.1.2 + + + commons-httpclient + commons-httpclient + 3.1 +