[java-idp-integration-tests] branch master updated: INFRA-150 - Revert Selenium update to 2.49.0 from 2.45.0
Tom Zeller
tzeller at dragonacea.biz
Thu Jan 14 22:08:44 EST 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-idp-integration-tests.
The following commit(s) were added to refs/heads/master by this push:
new cc58434 INFRA-150 - Revert Selenium update to 2.49.0 from 2.45.0
cc58434 is described below
commit cc58434b5fdda5e8728afc98e7f573d3444a45b8
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Jan 14 21:10:49 2016 -0600
INFRA-150 - Revert Selenium update to 2.49.0 from 2.45.0
My bad, forgot that the latest Selenium depends on a newer version of
HttpClient than we do, and the HtmlUnitDriver thus breaks.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e43643e..2c6cbc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<java-support.version>7.3.0-SNAPSHOT</java-support.version>
<opensaml.version>3.3.0-SNAPSHOT</opensaml.version>
<idp.version>3.3.0-SNAPSHOT</idp.version>
- <selenium.version>2.49.0</selenium.version>
+ <selenium.version>2.45.0</selenium.version>
<testbed.version>0.4.0-SNAPSHOT</testbed.version>
<testbed.classifier>classes</testbed.classifier>
<test-distributions.directory>${project.basedir}/test-distributions</test-distributions.directory>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list