Skip to content

Commit

Permalink
Revert hamcrest upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
LadyCailin committed Mar 27, 2024
1 parent fd0913f commit 308e188
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -323,17 +323,10 @@
<!-- Test libraries -->
<!-- Hamcrest must come before powermock -->
<dependency>
<artifactId>hamcrest</artifactId>
<artifactId>hamcrest-core</artifactId>
<groupId>org.hamcrest</groupId>
<type>jar</type>
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<artifactId>hamcrest-library</artifactId>
<groupId>org.hamcrest</groupId>
<type>jar</type>
<version>2.2</version>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 308e188

Please sign in to comment.