This is an automated email from the ASF dual-hosted git repository.

yasserzamani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/master by this push:
     new 46e14a8  downgrade htmlunit to 2.24 to keep java 7 compatibility
46e14a8 is described below

commit 46e14a80cc038820325d25a51d86117f406c54dc
Author: Yasser Zamani <yasserzam...@apache.org>
AuthorDate: Wed Jan 2 16:24:01 2019 +0330

    downgrade htmlunit to 2.24 to keep java 7 compatibility
    
    References:
    http://htmlunit.sourceforge.net/changes-report.html#a2.25
---
 apps/showcase/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml
index 787d045..9e9cce2 100644
--- a/apps/showcase/pom.xml
+++ b/apps/showcase/pom.xml
@@ -157,7 +157,7 @@
        <dependency>
             <groupId>net.sourceforge.htmlunit</groupId>
             <artifactId>htmlunit</artifactId>
-            <version>2.33</version>
+            <version>2.24</version>
             <scope>test</scope>
         </dependency>
 

Reply via email to