Skip to content

Commit

Permalink
Add hamcrest-core
Browse files Browse the repository at this point in the history
  • Loading branch information
yuokada committed Oct 31, 2023
1 parent b2bd3ad commit 6123a24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,12 @@
</exclusions>
</dependency>

<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
Expand Down

0 comments on commit 6123a24

Please sign in to comment.