Skip to content

Commit

Permalink
chore: Add hamcrest dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Aug 4, 2021
1 parent 8ceb725 commit bcf1c18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,11 @@
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>${hamcrest.version}</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
Expand Down

0 comments on commit bcf1c18

Please sign in to comment.