You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ha...@apache.org on 2007/02/26 15:15:19 UTC

svn commit: r511811 - /maven/continuum/trunk/continuum-rpc-client/pom.xml

Author: handyande
Date: Mon Feb 26 06:15:18 2007
New Revision: 511811

URL: http://svn.apache.org/viewvc?view=rev&rev=511811
Log:
if we have the project model locally we do not want to depend on the artifact

Modified:
    maven/continuum/trunk/continuum-rpc-client/pom.xml

Modified: maven/continuum/trunk/continuum-rpc-client/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-rpc-client/pom.xml?view=diff&rev=511811&r1=511810&r2=511811
==============================================================================
--- maven/continuum/trunk/continuum-rpc-client/pom.xml (original)
+++ maven/continuum/trunk/continuum-rpc-client/pom.xml Mon Feb 26 06:15:18 2007
@@ -65,11 +65,6 @@
   </build>
   <dependencies>
     <dependency>
-      <groupId>org.apache.maven.continuum</groupId>
-      <artifactId>continuum-model</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
       <groupId>xmlrpc</groupId>
       <artifactId>xmlrpc</artifactId>
       <version>2.0</version>