[richfaces-svn-commits] JBoss Rich Faces SVN: r18847 - in branches/RF-9112: parent and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Aug 20 10:03:56 EDT 2010


Author: jbalunas at redhat.com
Date: 2010-08-20 10:03:56 -0400 (Fri, 20 Aug 2010)
New Revision: 18847

Modified:
   branches/RF-9112/core/parent/pom.xml
   branches/RF-9112/parent/pom.xml
Log:
RF-9112 removed htmlunit override so that tests don't error

Modified: branches/RF-9112/core/parent/pom.xml
===================================================================
--- branches/RF-9112/core/parent/pom.xml	2010-08-20 14:03:25 UTC (rev 18846)
+++ branches/RF-9112/core/parent/pom.xml	2010-08-20 14:03:56 UTC (rev 18847)
@@ -42,33 +42,6 @@
 
     <dependencyManagement>
       <dependencies>
-                  <!-- Test Dependencies -->
-            <!--
-                These dependencies are usually provided by
-                org.jboss.test-jsf:htmlunit-client, but the latest 2.7
-                HtmlUnit version has problems with jQuery, so we are
-                overriding version back to 2.5.
-            -->
-            <dependency>
-                <groupId>net.sourceforge.htmlunit</groupId>
-                <artifactId>htmlunit</artifactId>
-                <version>2.5</version>
-            </dependency>
-            <dependency>
-                <groupId>net.sourceforge.htmlunit</groupId>
-                <artifactId>htmlunit-core-js</artifactId>
-                <version>2.5</version>
-            </dependency>
-            <dependency>
-                <groupId>org.easymock</groupId>
-                <artifactId>easymock</artifactId>
-                <version>2.5.2</version>
-            </dependency>
-            <dependency>
-                <groupId>org.easymock</groupId>
-                <artifactId>easymockclassextension</artifactId>
-                <version>2.5.2</version>
-            </dependency>
       </dependencies>
     </dependencyManagement>
     

Modified: branches/RF-9112/parent/pom.xml
===================================================================
--- branches/RF-9112/parent/pom.xml	2010-08-20 14:03:25 UTC (rev 18846)
+++ branches/RF-9112/parent/pom.xml	2010-08-20 14:03:56 UTC (rev 18847)
@@ -88,17 +88,17 @@
                 HtmlUnit version has problems with jQuery, so we are
                 overriding version back to 2.5.
             -->
+<!--            <dependency>-->
+<!--                <groupId>net.sourceforge.htmlunit</groupId>-->
+<!--                <artifactId>htmlunit</artifactId>-->
+<!--                <version>2.8</version>-->
+<!--            </dependency>-->
+<!--            <dependency>-->
+<!--                <groupId>net.sourceforge.htmlunit</groupId>-->
+<!--                <artifactId>htmlunit-core-js</artifactId>-->
+<!--                <version>2.8</version>-->
+<!--            </dependency>-->
             <dependency>
-                <groupId>net.sourceforge.htmlunit</groupId>
-                <artifactId>htmlunit</artifactId>
-                <version>2.5</version>
-            </dependency>
-            <dependency>
-                <groupId>net.sourceforge.htmlunit</groupId>
-                <artifactId>htmlunit-core-js</artifactId>
-                <version>2.5</version>
-            </dependency>
-            <dependency>
                 <groupId>org.easymock</groupId>
                 <artifactId>easymock</artifactId>
                 <version>2.5.2</version>



More information about the richfaces-svn-commits mailing list