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 2021/01/17 21:01:02 UTC

[maven-artifact-plugin] branch lyze created (now 5cc4ca6)

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

elharo pushed a change to branch lyze
in repository https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git.


      at 5cc4ca6  tidy up dependencies

This branch includes the following new commits:

     new 5cc4ca6  tidy up dependencies

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-artifact-plugin] 01/01: tidy up dependencies

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5cc4ca66e819eb482953656d0ec860cf8e3e1840
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sun Jan 17 16:00:07 2021 -0500

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

diff --git a/pom.xml b/pom.xml
index 3ec8e7d..df0eac1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,15 +89,19 @@
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
+      <artifactId>maven-model</artifactId>
+      <version>${mavenVersion}</version>
+    </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>
-      <scope>provided</scope>
+      <groupId>org.eclipse.aether</groupId>
+      <artifactId>aether-api</artifactId>
+      <version>0.9.0.M2</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>