Author: jvanzyl
Date: Mon Jul 11 11:58:09 2005
New Revision: 210181
URL: http://svn.apache.org/viewcvs?rev=210181&view=rev
Log:
o add plexus-utils back in or we get the wrong version in the runtime.
Modified:
maven/continuum/trunk/continuum-plexus-application/pom.xml
Modified: maven/continuum/trunk/continuum-plexus-application/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/pom.xml?rev=210181&r1=210180&r2=210181&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-plexus-application/pom.xml (original)
+++ maven/continuum/trunk/continuum-plexus-application/pom.xml Mon Jul 11 11:58:09 2005
@@ -60,9 +60,14 @@
|-->
<dependency>
<groupId>plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>1.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>plexus</groupId>
<artifactId>plexus-appserver</artifactId>
<version>1.0-alpha-3</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus-container-artifact</artifactId>
|