This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new a5ea944c99 Remove unneeded dependencies in maven-di (#1440)
a5ea944c99 is described below

commit a5ea944c993d8c087b3d38fdaea55815e668e550
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Mon Mar 25 23:31:02 2024 +0100

    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 e766628822..065c979882 100644
--- a/maven-di/pom.xml
+++ b/maven-di/pom.xml
@@ -34,18 +34,6 @@ under the License.
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-api-di</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-api-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-xml-impl</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-xml</artifactId>
-    </dependency>
   </dependencies>
 
 </project>

Reply via email to