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:
Brett Porter 2006-02-22 04:24:36 +00:00
parent 43fc91d333
commit aaf252d7f0
1 changed files with 4 additions and 0 deletions

View File

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