Author: mriou
Date: Tue Oct 24 11:08:28 2006
New Revision: 467421

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

Modified:
    incubator/ode/trunk/pom.xml

Modified: incubator/ode/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/pom.xml?view=diff&rev=467421&r1=467420&r2=467421
==============================================================================
--- incubator/ode/trunk/pom.xml (original)
+++ incubator/ode/trunk/pom.xml Tue Oct 24 11:08:28 2006
@@ -86,6 +86,7 @@
         <springVersion>1.2.6</springVersion>
         <derbyVersion>10.1.2.1</derbyVersion>
         <quartzVersion>1.5.1</quartzVersion>
+        <xstreamVersion>1.2</xstreamVersion>
 
         <!--
         | Build number used by the intalio:release plugin
@@ -799,7 +800,11 @@
                         <groupId>xmlbeans</groupId>
                     </exclusion>
                 </exclusions>
-
+            </dependency>
+            <dependency>
+                <groupId>xstream</groupId>
+                <artifactId>xstream</artifactId>
+                <version>${xstreamVersion}</version>
             </dependency>
 
             <dependency>


Reply via email to