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

[maven-project-utils] 01/01: fill in undeclared dependencies

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

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

commit 279924108017cecfae761cd96e9a429b9e5c6d1c
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 4a1f44b..18069c2 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.11</version>