add discovery module

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@349581 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2005-11-29 01:45:24 +00:00
parent 4b1232d671
commit 41c7634b39
1 changed files with 6 additions and 0 deletions

View File

@ -99,6 +99,7 @@
</pluginManagement>
</build>
<modules>
<module>maven-repository-discovery</module>
</modules>
<repositories>
<repository>
@ -140,6 +141,11 @@
<artifactId>plexus-utils</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-provider-api</artifactId>