You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2023/03/10 13:00:11 UTC

[activemq-artemis] branch main updated: ARTEMIS-4203 Replace aether-api with maven-resolver-api

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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 038d25064a ARTEMIS-4203 Replace aether-api with maven-resolver-api
038d25064a is described below

commit 038d25064aefa9466687c17dae7ba6d6dbad5d2d
Author: Domenico Francesco Bruscino <br...@apache.org>
AuthorDate: Fri Mar 10 11:25:49 2023 +0100

    ARTEMIS-4203 Replace aether-api with maven-resolver-api
---
 artemis-maven-plugin/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/artemis-maven-plugin/pom.xml b/artemis-maven-plugin/pom.xml
index 5016bb963a..42ee7020e6 100644
--- a/artemis-maven-plugin/pom.xml
+++ b/artemis-maven-plugin/pom.xml
@@ -48,9 +48,9 @@
          <version>2.2.1</version>
       </dependency>
       <dependency>
-         <groupId>org.eclipse.aether</groupId>
-         <artifactId>aether-api</artifactId>
-         <version>1.1.0</version>
+         <groupId>org.apache.maven.resolver</groupId>
+         <artifactId>maven-resolver-api</artifactId>
+         <version>1.9.6</version>
       </dependency>
       <dependency>
          <groupId>org.apache.activemq</groupId>