ARTEMIS-4203 Replace aether-api with maven-resolver-api

This commit is contained in:
Domenico Francesco Bruscino 2023-03-10 11:25:49 +01:00 committed by Robbie Gemmell
parent 257dd86ae2
commit 038d25064a
1 changed files with 3 additions and 3 deletions

View File

@ -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>