You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by cg...@apache.org on 2014/01/24 06:30:22 UTC

svn commit: r1560903 - /rave/trunk/rave-integration-tests/pom.xml

Author: cgeer
Date: Fri Jan 24 05:30:21 2014
New Revision: 1560903

URL: http://svn.apache.org/r1560903
Log:
RAVE-1088
- Upgraded version of Selenium and JBehave to support newer versions of firefox.

Modified:
    rave/trunk/rave-integration-tests/pom.xml

Modified: rave/trunk/rave-integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-integration-tests/pom.xml?rev=1560903&r1=1560902&r2=1560903&view=diff
==============================================================================
--- rave/trunk/rave-integration-tests/pom.xml (original)
+++ rave/trunk/rave-integration-tests/pom.xml Fri Jan 24 05:30:21 2014
@@ -36,13 +36,13 @@
     <description>Test stories verifying functionality of Apache Rave using Java and Spring</description>
 
     <properties>
-        <jbehave.core.version>3.8</jbehave.core.version>
-        <jbehave.web.version>3.5.5</jbehave.web.version>
+        <jbehave.core.version>3.9</jbehave.core.version>
+        <jbehave.web.version>3.6-beta-2</jbehave.web.version>
         <jbehave.site.version>3.1.1</jbehave.site.version>
         <org.hamcrest.version>1.3</org.hamcrest.version>
         <commons-logging.version>1.1.3</commons-logging.version>
         <!-- New Selenium versions are often needed after an upgrade of Mozilla Firefox -->
-        <selenium.version>2.33.0</selenium.version>
+        <selenium.version>2.39.0</selenium.version>
         <meta.filter />
 
         <!-- Cargo configuration properties -->
@@ -83,6 +83,11 @@
 
     <dependencies>
         <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
             <groupId>javax.mail</groupId>
             <artifactId>mail</artifactId>
             <version>${javax.mail.version}</version>