why do you add it? It comes with transitive dependencies.
Emmanuel [EMAIL PROTECTED] a écrit :
Author: brett Date: Wed Nov 16 20:43:09 2005 New Revision: 345188 URL: http://svn.apache.org/viewcvs?rev=345188&view=rev Log: this is required to compile Modified: maven/continuum/trunk/continuum-api/pom.xml Modified: maven/continuum/trunk/continuum-api/pom.xml URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-api/pom.xml?rev=345188&r1=345187&r2=345188&view=diff ============================================================================== --- maven/continuum/trunk/continuum-api/pom.xml (original) +++ maven/continuum/trunk/continuum-api/pom.xml Wed Nov 16 20:43:09 2005 @@ -14,8 +14,12 @@ <artifactId>plexus-formica</artifactId> </dependency> <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-utils</artifactId> + </dependency> + <dependency> <groupId>org.apache.maven.continuum</groupId> <artifactId>continuum-model</artifactId> </dependency> </dependencies> -</project> \ No newline at end of file +</project>
