You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/07/11 16:23:32 UTC

[maven-project-utils] branch master updated: fill in undeclared dependencies

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-project-utils.git


The following commit(s) were added to refs/heads/master by this push:
     new 9032d51  fill in undeclared dependencies
9032d51 is described below

commit 9032d51c7453aa8e791a0cb0a4d87ee31c7c278c
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Jul 11 11:16:56 2020 -0400

    fill in undeclared dependencies
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 00e017b..f036acc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,6 +77,16 @@ under the License.
       <version>${mavenVersion}</version>
     </dependency>
     <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-artifact</artifactId>
+      <version>${mavenVersion}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>3.3.0</version>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>4.13</version>