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

commit 9fc4f499172637c403f27808d5c0ccd0c770f93c
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Wed Apr 24 13:35:45 2024 +0200

    Add missing dep
---
 api/maven-api-core/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/api/maven-api-core/pom.xml b/api/maven-api-core/pom.xml
index d983fae3de..e9611fc375 100644
--- a/api/maven-api-core/pom.xml
+++ b/api/maven-api-core/pom.xml
@@ -55,6 +55,10 @@
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-api-xml</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-api-di</artifactId>
+    </dependency>
   </dependencies>
 
 </project>

Reply via email to