You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2006/10/24 20:08:53 UTC

svn commit: r467423 - /incubator/ode/trunk/jacob/pom.xml

Author: mriou
Date: Tue Oct 24 11:08:52 2006
New Revision: 467423

URL: http://svn.apache.org/viewvc?view=rev&rev=467423
Log:
Added xstream dependency..

Modified:
    incubator/ode/trunk/jacob/pom.xml

Modified: incubator/ode/trunk/jacob/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jacob/pom.xml?view=diff&rev=467423&r1=467422&r2=467423
==============================================================================
--- incubator/ode/trunk/jacob/pom.xml (original)
+++ incubator/ode/trunk/jacob/pom.xml Tue Oct 24 11:08:52 2006
@@ -35,6 +35,10 @@
             <groupId>org.apache.ode</groupId>
             <artifactId>ode-utils</artifactId>
         </dependency>
+        <dependency>
+            <groupId>xstream</groupId>
+            <artifactId>xstream</artifactId>
+        </dependency>
     </dependencies>
     <build>
         <plugins>