You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by rr...@apache.org on 2010/04/28 12:17:54 UTC

svn commit: r938848 - in /ode/branches/APACHE_ODE_1.X: jbi/src/main/assembly/bin.xml pom.xml utils/pom.xml

Author: rr
Date: Wed Apr 28 10:17:54 2010
New Revision: 938848

URL: http://svn.apache.org/viewvc?rev=938848&view=rev
Log:
ODE-806: Maven JBI packaging deps fix

Modified:
    ode/branches/APACHE_ODE_1.X/jbi/src/main/assembly/bin.xml
    ode/branches/APACHE_ODE_1.X/pom.xml
    ode/branches/APACHE_ODE_1.X/utils/pom.xml

Modified: ode/branches/APACHE_ODE_1.X/jbi/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/jbi/src/main/assembly/bin.xml?rev=938848&r1=938847&r2=938848&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/jbi/src/main/assembly/bin.xml (original)
+++ ode/branches/APACHE_ODE_1.X/jbi/src/main/assembly/bin.xml Wed Apr 28 10:17:54 2010
@@ -117,7 +117,7 @@
 		<include>axion:axion</include>   
 		<include>xerces:xercesImpl</include>   
         <include>org.objectweb.howl:howl</include>   
-		<include>xstream:xstream</include>   
+		<include>com.thoughtworks.xstream:xstream</include>   
         <include>xalan:serializer</include>   
         <include>xml-apis:xml-apis</include>   
         <include>org.apache.geronimo.specs:geronimo-jpa_3.0_spec</include>   

Modified: ode/branches/APACHE_ODE_1.X/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/pom.xml?rev=938848&r1=938847&r2=938848&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/pom.xml (original)
+++ ode/branches/APACHE_ODE_1.X/pom.xml Wed Apr 28 10:17:54 2010
@@ -814,7 +814,7 @@
             </dependency>
 
             <dependency>
-                <groupId>xstream</groupId>
+                <groupId>com.thoughtworks.xstream</groupId>
                 <artifactId>xstream</artifactId>
                 <version>${xstream.version}</version>
             </dependency>

Modified: ode/branches/APACHE_ODE_1.X/utils/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/utils/pom.xml?rev=938848&r1=938847&r2=938848&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/utils/pom.xml (original)
+++ ode/branches/APACHE_ODE_1.X/utils/pom.xml Wed Apr 28 10:17:54 2010
@@ -65,7 +65,7 @@
         <artifactId>log4j</artifactId>
     </dependency>
     <dependency>
-        <groupId>xstream</groupId>
+        <groupId>com.thoughtworks.xstream</groupId>
         <artifactId>xstream</artifactId>
     </dependency>
     <dependency>