You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2009/04/29 23:05:45 UTC

svn commit: r769931 - /incubator/shindig/trunk/pom.xml

Author: lindner
Date: Wed Apr 29 21:05:44 2009
New Revision: 769931

URL: http://svn.apache.org/viewvc?rev=769931&view=rev
Log:
bump to htmlunit 2.5, it doesn't have problems with commons-io anymore

Modified:
    incubator/shindig/trunk/pom.xml

Modified: incubator/shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=769931&r1=769930&r2=769931&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Wed Apr 29 21:05:44 2009
@@ -1349,7 +1349,7 @@
       <dependency>
         <groupId>net.sourceforge.htmlunit</groupId>
         <artifactId>htmlunit</artifactId>
-        <version>2.1</version>
+        <version>2.5</version>
         <!--
           htmlunit depends on an out of date rev of commons-io, which ends
           up causing classpath problems in generated war files.