From a5ea944c993d8c087b3d38fdaea55815e668e550 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Mon, 25 Mar 2024 23:31:02 +0100 Subject: [PATCH] Remove unneeded dependencies in maven-di (#1440) --- maven-di/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/maven-di/pom.xml b/maven-di/pom.xml index e76662882272..065c979882f6 100644 --- a/maven-di/pom.xml +++ b/maven-di/pom.xml @@ -34,18 +34,6 @@ under the License. org.apache.maven maven-api-di - - org.apache.maven - maven-api-core - - - org.apache.maven - maven-xml-impl - - - org.codehaus.plexus - plexus-xml -