You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2005/11/17 05:43:14 UTC

svn commit: r345188 - /maven/continuum/trunk/continuum-api/pom.xml

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>



Re: svn commit: r345188 - /maven/continuum/trunk/continuum-api/pom.xml

Posted by Emmanuel Venisse <em...@venisse.net>.
why do you add it? It comes with transitive dependencies.

Emmanuel

brett@apache.org 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>
> 
> 
> 
> 
>