Author: veithen
Date: Sat Apr 14 09:52:56 2012
New Revision: 1326079

URL: http://svn.apache.org/viewvc?rev=1326079&view=rev
Log:
Use a single xmlunit version.

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

Modified: 
webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/pom.xml?rev=1326079&r1=1326078&r2=1326079&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/pom.xml 
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/pom.xml 
Sat Apr 14 09:52:56 2012
@@ -71,7 +71,6 @@
         <dependency>
             <groupId>xmlunit</groupId>
             <artifactId>xmlunit</artifactId>
-            <version>1.2</version>
         </dependency>
     </dependencies>
     <profiles>

Modified: 
webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml?rev=1326079&r1=1326078&r2=1326079&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml 
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml 
Sat Apr 14 09:52:56 2012
@@ -58,7 +58,6 @@
         <dependency>
             <groupId>xmlunit</groupId>
             <artifactId>xmlunit</artifactId>
-            <version>1.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>


Reply via email to