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 14:01:26 UTC

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

Author: handyande
Date: Mon Feb 26 05:01:25 2007
New Revision: 511794

URL: http://svn.apache.org/viewvc?view=rev&rev=511794
Log:
reverted dependency updates, rpc-client fails to run again

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=511794&r1=511793&r2=511794
==============================================================================
--- maven/continuum/trunk/continuum-rpc-client/pom.xml (original)
+++ maven/continuum/trunk/continuum-rpc-client/pom.xml Mon Feb 26 05:01:25 2007
@@ -70,9 +70,5 @@
       <artifactId>commons-httpclient</artifactId>
       <version>2.0.2</version>
     </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-jdo2</artifactId>
-    </dependency>
   </dependencies>
 </project>