You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2013/04/03 10:49:46 UTC

svn commit: r1463883 - in /webservices/axiom/trunk: modules/axiom-dom-testsuite/pom.xml modules/axiom-integration/pom.xml pom.xml

Author: veithen
Date: Wed Apr  3 08:49:46 2013
New Revision: 1463883

URL: http://svn.apache.org/r1463883
Log:
Use dependency management to manage the Saxon dependencies (used in unit tests).

Modified:
    webservices/axiom/trunk/modules/axiom-dom-testsuite/pom.xml
    webservices/axiom/trunk/modules/axiom-integration/pom.xml
    webservices/axiom/trunk/pom.xml

Modified: webservices/axiom/trunk/modules/axiom-dom-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-dom-testsuite/pom.xml?rev=1463883&r1=1463882&r2=1463883&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-dom-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/modules/axiom-dom-testsuite/pom.xml Wed Apr  3 08:49:46 2013
@@ -59,12 +59,10 @@
         <dependency>
             <groupId>net.sf.saxon</groupId>
             <artifactId>saxon</artifactId>
-            <version>8.7</version>
         </dependency>
         <dependency>
             <groupId>net.sf.saxon</groupId>
             <artifactId>saxon-dom</artifactId>
-            <version>8.7</version>
         </dependency>
         <dependency>
             <groupId>xmlunit</groupId>

Modified: webservices/axiom/trunk/modules/axiom-integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-integration/pom.xml?rev=1463883&r1=1463882&r2=1463883&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-integration/pom.xml (original)
+++ webservices/axiom/trunk/modules/axiom-integration/pom.xml Wed Apr  3 08:49:46 2013
@@ -85,12 +85,10 @@
         <dependency>
             <groupId>net.sf.saxon</groupId>
             <artifactId>saxon</artifactId>
-            <version>8.7</version>
         </dependency>
         <dependency>
             <groupId>net.sf.saxon</groupId>
             <artifactId>saxon-dom</artifactId>
-            <version>8.7</version>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1463883&r1=1463882&r2=1463883&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Wed Apr  3 08:49:46 2013
@@ -344,6 +344,16 @@
                 <artifactId>xml-apis</artifactId>
                 <version>1.4.01</version>
             </dependency>
+	        <dependency>
+	            <groupId>net.sf.saxon</groupId>
+	            <artifactId>saxon</artifactId>
+	            <version>8.7</version>
+	        </dependency>
+	        <dependency>
+	            <groupId>net.sf.saxon</groupId>
+	            <artifactId>saxon-dom</artifactId>
+	            <version>8.7</version>
+	        </dependency>
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>