[seam-commits] Seam SVN: r15114 - branches/community/Seam_2_3/examples-ee6/ui/ui-tests.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Sep 5 07:38:30 EDT 2012


Author: rsmeral
Date: 2012-09-05 07:38:30 -0400 (Wed, 05 Sep 2012)
New Revision: 15114

Modified:
   branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml
Log:
ui-tests: upgrade HTMLUnit to 2.9, commons-lang to 2.6

Modified: branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml	2012-09-05 06:36:11 UTC (rev 15113)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml	2012-09-05 11:38:30 UTC (rev 15114)
@@ -55,8 +55,17 @@
         <dependency>
             <groupId>net.sourceforge.htmlunit</groupId>
             <artifactId>htmlunit</artifactId>
-            <version>2.3</version>
+            <version>2.9</version>
         </dependency>
+        
+        <!-- Override for HTMLUnit -->
+        <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <version>2.6</version>
+            <scope>test</scope>
+        </dependency>
+        
     </dependencies>
     
     <build>



More information about the seam-commits mailing list