Author: lindner
Date: Fri Sep 23 20:41:52 2011
New Revision: 1175009
URL: http://svn.apache.org/viewvc?rev=1175009&view=rev
Log:
Upgrade to htmlunit 2.9 and the required neko dependency
Modified:
shindig/trunk/UPGRADING
shindig/trunk/pom.xml
Modified: shindig/trunk/UPGRADING
URL:
http://svn.apache.org/viewvc/shindig/trunk/UPGRADING?rev=1175009&r1=1175008&r2=1175009&view=diff
==============================================================================
--- shindig/trunk/UPGRADING (original)
+++ shindig/trunk/UPGRADING Fri Sep 23 20:41:52 2011
@@ -4,6 +4,7 @@ FROM 2.0.x TO 3.0.x
== Java Dependency Changes ==
* guice 2.0->3.0
+* nekohtml 1.9.14->1.9.15
FROM 1.0.x TO 2.0.x
Modified: shindig/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1175009&r1=1175008&r2=1175009&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Fri Sep 23 20:41:52 2011
@@ -1615,7 +1615,7 @@
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
- <version>2.8</version>
+ <version>2.9</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
@@ -1650,7 +1650,7 @@
<dependency>
<groupId>net.sourceforge.nekohtml</groupId>
<artifactId>nekohtml</artifactId>
- <version>1.9.14</version>
+ <version>1.9.15</version>
</dependency>
<dependency>
<groupId>xerces</groupId>