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/09/02 07:27:43 UTC

svn commit: r1758890 - /myfaces/tobago/branches/tobago-2.0.x/tobago-example/tobago-example-test/pom.xml

Author: deki
Date: Fri Sep  2 07:27:43 2016
New Revision: 1758890

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

Modified:
    myfaces/tobago/branches/tobago-2.0.x/tobago-example/tobago-example-test/pom.xml

Modified: myfaces/tobago/branches/tobago-2.0.x/tobago-example/tobago-example-test/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-2.0.x/tobago-example/tobago-example-test/pom.xml?rev=1758890&r1=1758889&r2=1758890&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-2.0.x/tobago-example/tobago-example-test/pom.xml (original)
+++ myfaces/tobago/branches/tobago-2.0.x/tobago-example/tobago-example-test/pom.xml Fri Sep  2 07:27:43 2016
@@ -146,7 +146,7 @@
     <dependency>
       <groupId>org.seleniumhq.selenium</groupId>
       <artifactId>selenium-java</artifactId>
-      <version>2.50.0</version>
+      <version>2.53.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>