Why? we don't use it in the rpc client.
[EMAIL PROTECTED] a écrit :
Author: handyande
Date: Sun Feb 25 16:07:34 2007
New Revision: 511667
URL: http://svn.apache.org/viewvc?view=rev&rev=511667
Log:
rpc client need jdo2 too
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=511667&r1=511666&r2=511667
==============================================================================
--- maven/continuum/trunk/continuum-rpc-client/pom.xml (original)
+++ maven/continuum/trunk/continuum-rpc-client/pom.xml Sun Feb 25 16:07:34 2007
@@ -70,5 +70,9 @@
<artifactId>commons-httpclient</artifactId>
<version>2.0.2</version>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-jdo2</artifactId>
+ </dependency>
</dependencies>
</project>