Skip to content

Commit

Permalink
Drop unused Hamcrest dependency (#3638)
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Dec 13, 2023
1 parent e2ffacd commit 2f01596
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
<mockito.version>5.8.0</mockito.version>
<assertj.version>3.24.2</assertj.version>
<awaitility.version>4.2.0</awaitility.version>
<hamcrest.version>2.2</hamcrest.version>
<testcontainers.version>1.19.3</testcontainers.version>
<okhttp.version>4.12.0</okhttp.version>
<okhttp5.version>5.0.0-alpha.11</okhttp5.version>
Expand Down Expand Up @@ -213,12 +212,6 @@
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 2f01596

Please sign in to comment.