You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2021/01/26 13:54:16 UTC

[maven-artifact-plugin] branch master updated: tidy up dependencies (#8)

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 3ead878  tidy up dependencies (#8)
3ead878 is described below

commit 3ead878eae0061888ed652c50821aa7adcc87f41
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Tue Jan 26 13:54:09 2021 +0000

    tidy up dependencies (#8)
---
 pom.xml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3ec8e7d..b3b09ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,14 +89,20 @@
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
+      <artifactId>maven-model</artifactId>
+      <version>${mavenVersion}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
       <artifactId>maven-artifact</artifactId>
       <version>${mavenVersion}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven.resolver</groupId>
-      <artifactId>maven-resolver-api</artifactId>
-      <version>1.4.1</version>
+      <groupId>org.eclipse.aether</groupId>
+      <artifactId>aether-api</artifactId>
+      <version>0.9.0.M2</version>
       <scope>provided</scope>
     </dependency>
     <dependency>