Skip to content
Snippets Groups Projects
Commit ff887c7c authored by srosse's avatar srosse
Browse files

OO-1005: update Arquilian and Selenium libraries to support current versions of Firefox

parent d9b1d695
No related branches found
No related tags found
No related merge requests found
...@@ -2190,7 +2190,7 @@ ...@@ -2190,7 +2190,7 @@
<dependency> <dependency>
<groupId>org.jboss.arquillian.container</groupId> <groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-tomcat-managed-7</artifactId> <artifactId>arquillian-tomcat-managed-7</artifactId>
<version>1.0.0.CR5</version> <version>1.0.0.CR6</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
...@@ -2238,14 +2238,14 @@ ...@@ -2238,14 +2238,14 @@
<dependency> <dependency>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-bom</artifactId> <artifactId>arquillian-bom</artifactId>
<version>1.1.1.Final</version> <version>1.1.3.Final</version>
<scope>import</scope> <scope>import</scope>
<type>pom</type> <type>pom</type>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.arquillian.extension</groupId> <groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-drone-bom</artifactId> <artifactId>arquillian-drone-bom</artifactId>
<version>1.1.1.Final</version> <version>1.3.0.Final</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment