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 2017/03/30 20:15:30 UTC

svn commit: r1789568 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml

Author: deki
Date: Thu Mar 30 20:15:30 2017
New Revision: 1789568

URL: http://svn.apache.org/viewvc?rev=1789568&view=rev
Log:
dependency updates for integration tests

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

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml?rev=1789568&r1=1789567&r2=1789568&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml Thu Mar 30 20:15:30 2017
@@ -29,12 +29,12 @@
 
   <properties>
     <openwebbeans.version>1.2.8</openwebbeans.version>
-    <deltaspike.version>1.7.1</deltaspike.version>
+    <deltaspike.version>1.7.2</deltaspike.version>
     <!--<arquillian.browser>firefox</arquillian.browser>-->
     <!-- phantomjs works not with CSP (report-only) -->
     <arquillian.browser>phantomjs</arquillian.browser>
-    <selenium.version>3.0.1</selenium.version>
-    <tomee.version>7.0.1</tomee.version>
+    <selenium.version>3.3.1</selenium.version>
+    <tomee.version>7.0.3</tomee.version>
   </properties>
   <build>
     <finalName>tobago-example-demo</finalName>
@@ -156,7 +156,7 @@
       <dependency>
         <groupId>org.jboss.arquillian</groupId>
         <artifactId>arquillian-bom</artifactId>
-        <version>1.1.12.Final</version>
+        <version>1.1.13.Final</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
@@ -170,16 +170,27 @@
       <dependency>
         <groupId>org.jboss.arquillian.extension</groupId>
         <artifactId>arquillian-drone-bom</artifactId>
-        <version>2.0.1.Final</version>
+        <version>2.1.0.Alpha3</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.jboss.arquillian.graphene</groupId>
         <artifactId>graphene-webdriver</artifactId>
-        <version>2.1.0.Final</version>
+        <version>2.2.0</version>
         <type>pom</type>
         <scope>test</scope>
+        <exclusions>
+          <exclusion>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+      <dependency>
+        <groupId>com.google.guava</groupId>
+        <artifactId>guava</artifactId>
+        <version>21.0</version>
       </dependency>
     </dependencies>
   </dependencyManagement>