Skip to content

Commit

Permalink
HSEARCH-3804 Upgrade to Arquillian 1.5.0
Browse files Browse the repository at this point in the history
So that we upgrade to Shrinkwrap 3.1.3, where SHRINKRES-269 is solved.
  • Loading branch information
yrodiere committed Jan 17, 2020
1 parent 467306a commit 87d019e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions integrationtest/performance/orm/pom.xml
Expand Up @@ -40,9 +40,9 @@
<dependencies>
<!-- Imports compatible versions for each Arquillian module -->
<dependency>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-bom</artifactId>
<version>${version.org.jboss.arquillian}</version>
<groupId>org.arquillian.universe</groupId>
<artifactId>arquillian-core</artifactId>
<version>${version.org.arquillian.universe}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions integrationtest/wildfly/pom.xml
Expand Up @@ -44,9 +44,9 @@
<dependencies>
<!-- Imports compatible versions for each Arquillian module -->
<dependency>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-bom</artifactId>
<version>${version.org.jboss.arquillian}</version>
<groupId>org.arquillian.universe</groupId>
<artifactId>arquillian-core</artifactId>
<version>${version.org.arquillian.universe}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -260,7 +260,7 @@
<!-- Integration tests -->

<version.org.openjdk.jmh>1.20</version.org.openjdk.jmh>
<version.org.jboss.arquillian>1.4.0.Final</version.org.jboss.arquillian>
<version.org.arquillian.universe>1.5.0.0</version.org.arquillian.universe>
<version.org.wildfly.arquillian>2.1.1.Final</version.org.wildfly.arquillian>
<version.org.springframework.boot>2.1.0.RELEASE</version.org.springframework.boot>
<version.org.apache.karaf>4.2.1</version.org.apache.karaf>
Expand Down

0 comments on commit 87d019e

Please sign in to comment.