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

sjaranowski pushed a commit to branch MSHARED-1250
in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git

commit 29dabff82f3ed0c37467e001f963ac4487a8e04c
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sun Apr 30 23:08:19 2023 +0200

    [MSHARED-1250] Dependency improvements
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 23eb73c..7d30c1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,6 +77,11 @@
       <artifactId>maven-artifact</artifactId>
       <version>${mavenVersion}</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-model</artifactId>
+      <version>${mavenVersion}</version>
+    </dependency>
 
     <dependency>
       <groupId>javax.inject</groupId>

Reply via email to