Skip to content

Commit

Permalink
test dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Apr 22, 2019
1 parent 6ce6da9 commit 580bf81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
19 changes: 6 additions & 13 deletions pom.xml
Expand Up @@ -120,27 +120,20 @@
<scope>test</scope>
<type>pom</type>
</dependency>
<dependency>
<!-- <dependency>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-drone-webdriver-depchain</artifactId>
<version>2.4.1</version>
<version>2.5.1</version>
<type>pom</type>
<scope>test</scope>
</dependency>
</dependency>-->
<dependency>
<groupId>org.arquillian.universe</groupId>
<artifactId>arquillian-persistence</artifactId>
<type>pom</type>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-transaction-jta</artifactId>
<version>1.0.5</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
Expand All @@ -152,7 +145,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>22.0</version>
<version>23.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -162,14 +155,14 @@
<dependency>
<groupId>org.jboss.arquillian.selenium</groupId>
<artifactId>selenium-bom</artifactId>
<version>3.5.3</version>
<version>3.13.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.arquillian</groupId>
<artifactId>arquillian-universe</artifactId>
<version>1.1.13.7</version>
<version>1.2.0.2</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/arquillian.xml
Expand Up @@ -17,7 +17,7 @@
<extension qualifier="webdriver">
<property name="browser">${arquillian.browser}</property>
<property name="dimensions">1280x1024</property>
<property name="chromeDriverVersion">2.46</property>
<property name="chromeDriverVersion">74.0.3729.6</property>
</extension>

<extension qualifier="graphene">
Expand Down

0 comments on commit 580bf81

Please sign in to comment.