Author: nbelaevski
Date: 2010-05-13 08:20:33 -0400 (Thu, 13 May 2010)
New Revision: 17016
Modified:
root/core/trunk/parent/pom.xml
Log:
Changed HtmlUnit version to 2.5 to fix unit tests
Modified: root/core/trunk/parent/pom.xml
===================================================================
--- root/core/trunk/parent/pom.xml 2010-05-13 12:15:08 UTC (rev 17015)
+++ root/core/trunk/parent/pom.xml 2010-05-13 12:20:33 UTC (rev 17016)
@@ -67,7 +67,23 @@
<artifactId>htmlunit-client</artifactId>
<version>1.0.3</version>
</dependency>
- <dependency>
+
+ <!--
+ 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>
Show replies by date