[seam-commits] Seam SVN: r15115 - in branches/community/Seam_2_3: examples-ee6/ui/ui-tests and 2 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Sep 5 08:06:51 EDT 2012


Author: rsmeral
Date: 2012-09-05 08:06:51 -0400 (Wed, 05 Sep 2012)
New Revision: 15115

Modified:
   branches/community/Seam_2_3/bom/pom.xml
   branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/ui/ui-tests/src/test/java/org/jboss/seam/example/ui/test/htmlunit/HtmlUnitUITest.java
   branches/community/Seam_2_3/seam-integration-tests/pom.xml
Log:
bom: upgrade commons-lang to 2.6

Modified: branches/community/Seam_2_3/bom/pom.xml
===================================================================
--- branches/community/Seam_2_3/bom/pom.xml	2012-09-05 11:38:30 UTC (rev 15114)
+++ branches/community/Seam_2_3/bom/pom.xml	2012-09-05 12:06:51 UTC (rev 15115)
@@ -317,7 +317,7 @@
 			<dependency>
 				<groupId>commons-lang</groupId>
 				<artifactId>commons-lang</artifactId>
-				<version>2.3</version>
+				<version>2.6</version>
 			</dependency>
 
 			<dependency>

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 11:38:30 UTC (rev 15114)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-tests/pom.xml	2012-09-05 12:06:51 UTC (rev 15115)
@@ -58,14 +58,6 @@
             <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>

Modified: branches/community/Seam_2_3/examples-ee6/ui/ui-tests/src/test/java/org/jboss/seam/example/ui/test/htmlunit/HtmlUnitUITest.java
===================================================================
--- branches/community/Seam_2_3/examples-ee6/ui/ui-tests/src/test/java/org/jboss/seam/example/ui/test/htmlunit/HtmlUnitUITest.java	2012-09-05 11:38:30 UTC (rev 15114)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-tests/src/test/java/org/jboss/seam/example/ui/test/htmlunit/HtmlUnitUITest.java	2012-09-05 12:06:51 UTC (rev 15115)
@@ -64,7 +64,7 @@
    @BeforeMethod
    public void setUp() throws Exception{
       URL url = new URL(PAGE_URL);      
-      wc = new WebClient(BrowserVersion.FIREFOX_2);      
+      wc = new WebClient(BrowserVersion.FIREFOX_3_6);      
       page = (HtmlPage) wc.getPage(url);  
    }
 

Modified: branches/community/Seam_2_3/seam-integration-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/seam-integration-tests/pom.xml	2012-09-05 11:38:30 UTC (rev 15114)
+++ branches/community/Seam_2_3/seam-integration-tests/pom.xml	2012-09-05 12:06:51 UTC (rev 15115)
@@ -171,14 +171,6 @@
 			<scope>test</scope>
 		</dependency>
 
-		<!-- Override for HtmlUnit -->
-		<dependency>
-			<groupId>commons-lang</groupId>
-			<artifactId>commons-lang</artifactId>
-			<version>2.6</version>
-			<scope>test</scope>
-		</dependency>
-
 	</dependencies>
 	
 	<profiles>



More information about the seam-commits mailing list