You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2013/08/27 00:17:06 UTC

svn commit: r1517715 - in /cxf/dosgi/trunk: discovery/local/pom.xml parent/pom.xml

Author: cschneider
Date: Mon Aug 26 22:17:05 2013
New Revision: 1517715

URL: http://svn.apache.org/r1517715
Log:
Move xmlunit version to parent

Modified:
    cxf/dosgi/trunk/discovery/local/pom.xml
    cxf/dosgi/trunk/parent/pom.xml

Modified: cxf/dosgi/trunk/discovery/local/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/local/pom.xml?rev=1517715&r1=1517714&r2=1517715&view=diff
==============================================================================
--- cxf/dosgi/trunk/discovery/local/pom.xml (original)
+++ cxf/dosgi/trunk/discovery/local/pom.xml Mon Aug 26 22:17:05 2013
@@ -58,7 +58,6 @@
         <dependency>
             <groupId>xmlunit</groupId>
             <artifactId>xmlunit</artifactId>
-            <version>1.4</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: cxf/dosgi/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/parent/pom.xml?rev=1517715&r1=1517714&r2=1517715&view=diff
==============================================================================
--- cxf/dosgi/trunk/parent/pom.xml (original)
+++ cxf/dosgi/trunk/parent/pom.xml Mon Aug 26 22:17:05 2013
@@ -119,6 +119,12 @@
                 <version>2.5.2</version>
                 <scope>test</scope>
             </dependency>
+            <dependency>
+                <groupId>xmlunit</groupId>
+                <artifactId>xmlunit</artifactId>
+                <version>1.4</version>
+                <scope>test</scope>
+            </dependency>
         </dependencies>
     </dependencyManagement>