that's fair, but if it's directly used, it should be directly specified. It wasn't working on this end, so I'm not sure what the difference is...

Emmanuel Venisse wrote:
build works fine on maven zone. plexus-utils is a transitive dep with plexus-container-default

Emmanuel

[EMAIL PROTECTED] a écrit :

Author: jdcasey
Date: Wed Nov 30 07:50:02 2005
New Revision: 349968

URL: http://svn.apache.org/viewcvs?rev=349968&view=rev
Log:
Adding dep on p-u to fix the build.

Modified:
    maven/components/trunk/maven-model-converter/pom.xml

Modified: maven/components/trunk/maven-model-converter/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-model-converter/pom.xml?rev=349968&r1=349967&r2=349968&view=diff ==============================================================================
--- maven/components/trunk/maven-model-converter/pom.xml (original)
+++ maven/components/trunk/maven-model-converter/pom.xml Wed Nov 30 07:50:02 2005
@@ -27,5 +27,10 @@
       <version>1.0-alpha-8</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>1.0.5-SNAPSHOT</version>
+    </dependency>
   </dependencies>
 </project>







---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to