RAVE-1088
- Upgraded version of Selenium and JBehave to support newer versions of firefox.

git-svn-id: https://svn.apache.org/repos/asf/rave/trunk@1560903 
13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/rave/repo
Commit: http://git-wip-us.apache.org/repos/asf/rave/commit/65d6c916
Tree: http://git-wip-us.apache.org/repos/asf/rave/tree/65d6c916
Diff: http://git-wip-us.apache.org/repos/asf/rave/diff/65d6c916

Branch: refs/heads/angular
Commit: 65d6c9168733f5b6b45175229faa47525de188cb
Parents: 1438864
Author: cgeer <cgeer@unknown>
Authored: Fri Jan 24 05:30:21 2014 +0000
Committer: cgeer <cgeer@unknown>
Committed: Fri Jan 24 05:30:21 2014 +0000

----------------------------------------------------------------------
 rave-integration-tests/pom.xml | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/rave/blob/65d6c916/rave-integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/rave-integration-tests/pom.xml b/rave-integration-tests/pom.xml
index bcb7bd0..2552328 100644
--- a/rave-integration-tests/pom.xml
+++ b/rave-integration-tests/pom.xml
@@ -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>

Reply via email to