mirror of https://github.com/apache/archiva.git
use plexus-utils in this library, ensure we get the managed version
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@379674 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
43fc91d333
commit
aaf252d7f0
|
@ -25,6 +25,10 @@
|
|||
<artifactId>maven-repository-converter</artifactId>
|
||||
<name>Maven Repository Converter</name>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-utils</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-artifact</artifactId>
|
||||
|
|
Loading…
Reference in New Issue