You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2016/01/27 20:35:11 UTC

svn commit: r1727161 - /myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml

Author: deki
Date: Wed Jan 27 19:35:11 2016
New Revision: 1727161

URL: http://svn.apache.org/viewvc?rev=1727161&view=rev
Log:
updated selenium dependency (integration tests were no longer running with latest Firefox version)

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml?rev=1727161&r1=1727160&r2=1727161&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml Wed Jan 27 19:35:11 2016
@@ -146,7 +146,7 @@
     <dependency>
       <groupId>org.seleniumhq.selenium</groupId>
       <artifactId>selenium-java</artifactId>
-      <version>2.45.0</version>
+      <version>2.50.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>