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/05/18 08:41:52 UTC

svn commit: r945520 - in /ode/trunk: pom.xml utils/pom.xml

Author: rr
Date: Tue May 18 06:41:52 2010
New Revision: 945520

URL: http://svn.apache.org/viewvc?rev=945520&view=rev
Log:
Dependency fix

Modified:
    ode/trunk/pom.xml
    ode/trunk/utils/pom.xml

Modified: ode/trunk/pom.xml
URL: http://svn.apache.org/viewvc/ode/trunk/pom.xml?rev=945520&r1=945519&r2=945520&view=diff
==============================================================================
--- ode/trunk/pom.xml (original)
+++ ode/trunk/pom.xml Tue May 18 06:41:52 2010
@@ -186,7 +186,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>xmlbeans-maven-plugin</artifactId>
-                    <version>2.3.3</version>
+                    <version>${xmlbeans.version}</version>
                 </plugin>
 
 	      <plugin>

Modified: ode/trunk/utils/pom.xml
URL: http://svn.apache.org/viewvc/ode/trunk/utils/pom.xml?rev=945520&r1=945519&r2=945520&view=diff
==============================================================================
--- ode/trunk/utils/pom.xml (original)
+++ ode/trunk/utils/pom.xml Tue May 18 06:41:52 2010
@@ -97,10 +97,6 @@
         <artifactId>axis2-saaj</artifactId>
     </dependency>
     <dependency>
-        <groupId>org.apache.axis2</groupId>
-        <artifactId>axis2-xmlbeans</artifactId>
-    </dependency>
-    <dependency>
         <groupId>net.sf.saxon</groupId>
         <artifactId>saxon</artifactId>
     </dependency>