Skip to content

Commit

Permalink
Merge pull request #22 from jamezp/upgrade-arq
Browse files Browse the repository at this point in the history
Upgrade Arquillian to 1.9.0.Final and remove junit/hamcrest dependenc…
  • Loading branch information
jamezp authored Jul 10, 2024
2 parents 0f10dcb + 211a7d7 commit e4e1724
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<jdk.min.version>17</jdk.min.version>

<!-- Dependency versions -->
<version.arquillian_core>1.8.0.Final</version.arquillian_core>
<version.org.jboss.arquillian.core>1.9.0.Final</version.org.jboss.arquillian.core>
<version.testcontainers>1.19.8</version.testcontainers>
<version.org.junit>5.10.3</version.org.junit>

Expand All @@ -92,7 +92,7 @@
<dependency>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-bom</artifactId>
<version>${version.arquillian_core}</version>
<version>${version.org.jboss.arquillian.core}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -133,16 +133,6 @@
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<scope>provided</scope>
</dependency>

<!-- Test dependencies -->
<dependency>
Expand Down

0 comments on commit e4e1724

Please sign in to comment.