*** empty log message ***

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163106 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-09-18 01:59:21 +00:00
parent 82e1485159
commit 5f37d77a2c
3 changed files with 7 additions and 22 deletions

View File

@ -2,6 +2,11 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>maven</groupId>
<artifactId>maven-component</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>
<groupId>maven</groupId>
<artifactId>maven-artifact</artifactId>
<name>Maven</name>
@ -20,25 +25,5 @@
<artifactId>wagon-http-lightweight</artifactId>
<version>0.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus</artifactId>
<version>0.17</version>
</dependency>
<dependency>
<groupId>xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>classworlds</groupId>
<artifactId>classworlds</artifactId>
<version>1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
<version>1.1.3.3</version>
</dependency>
</dependencies>
</project>

View File

@ -57,7 +57,7 @@ public class MBoot
String[] plexusDeps = new String[]
{
"classworlds/jars/classworlds-1.1-SNAPSHOT.jar",
"plexus/jars/plexus-0.17.jar",
"plexus/jars/plexus-0.17-SNAPSHOT.jar",
"xpp3/jars/xpp3-1.1.3.3.jar",
"xstream/jars/xstream-1.0-SNAPSHOT.jar",
//"maven/jars/maven-artifact-2.0-SNAPSHOT.jar",

View File

@ -55,7 +55,7 @@
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus</artifactId>
<version>0.17</version>
<version>0.17-SNAPSHOT</version>
</dependency>
</dependencies>