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

michaelo pushed a commit to branch add-missing-dep
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git

commit 56fe2f6111c6f7f85262f901e9c2337d79182786
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Sun Jun 2 00:02:01 2024 +0200

    Add missing dependencies
---
 pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/pom.xml b/pom.xml
index c9e33ef..1af2371 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,7 @@
   <properties>
     <javaVersion>8</javaVersion>
     <mavenVersion>3.6.3</mavenVersion>
+    <resolverVersion>1.4.1</resolverVersion>
     
<project.build.outputTimestamp>2023-03-14T21:31:56Z</project.build.outputTimestamp>
   </properties>
 
@@ -89,6 +90,12 @@
       <version>${mavenVersion}</version>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-model-builder</artifactId>
+      <version>${mavenVersion}</version>
+      <scope>provided</scope>
+    </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
@@ -101,6 +108,12 @@
       <version>${mavenVersion}</version>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven.resolver</groupId>
+      <artifactId>maven-resolver-api</artifactId>
+      <version>${resolverVersion}</version>
+      <scope>provided</scope>
+    </dependency>
 
     <!-- maven plugin tools -->
     <dependency>

Reply via email to