jvanzyl 2002/07/22 08:11:45
Modified: src/plugins-build/pom project.xml
Log:
o updating deps
Revision Changes Path
1.4 +11 -11 jakarta-turbine-maven/src/plugins-build/pom/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/pom/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.xml 21 Jul 2002 18:00:53 -0000 1.3
+++ project.xml 22 Jul 2002 15:11:44 -0000 1.4
@@ -44,23 +44,23 @@
<developers/>
<dependencies>
-
<dependency>
<id>ant</id>
<version>1.4.1</version>
- <metaEntries>
- <metaEntry>classloader:root.maven</metaEntry>
- </metaEntries>
</dependency>
-
<dependency>
- <id>commons-lang</id>
- <version>1.0-dev</version>
- <metaEntries>
- <metaEntry>classloader:root.maven</metaEntry>
- </metaEntries>
+ <id>dom4j</id>
+ <version>1.4-dev-3</version>
+ </dependency>
+ <dependency>
+ <id>maven</id>
+ <version>b5</version>
+ <jar>maven.jar</jar>
+ </dependency>
+ <dependency>
+ <id>xml-apis</id>
+ <version>2.0.2</version>
</dependency>
-
</dependencies>
<build>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>