You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by il...@apache.org on 2012/06/06 13:30:50 UTC

svn commit: r1346830 - /cocoon/subprojects/cocoon-it-fw/trunk/pom.xml

Author: ilgrosso
Date: Wed Jun  6 11:30:50 2012
New Revision: 1346830

URL: http://svn.apache.org/viewvc?rev=1346830&view=rev
Log:
Safe update of JUnit and XMLUnit

Modified:
    cocoon/subprojects/cocoon-it-fw/trunk/pom.xml

Modified: cocoon/subprojects/cocoon-it-fw/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-it-fw/trunk/pom.xml?rev=1346830&r1=1346829&r2=1346830&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-it-fw/trunk/pom.xml (original)
+++ cocoon/subprojects/cocoon-it-fw/trunk/pom.xml Wed Jun  6 11:30:50 2012
@@ -77,6 +77,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
+      <version>4.10</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -93,6 +94,7 @@
     <dependency>
       <groupId>xmlunit</groupId>
       <artifactId>xmlunit</artifactId>
+      <version>1.3</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>