Skip to content

Commit

Permalink
Add Hamcrest to <dependencyManagement> section (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Nov 3, 2022
1 parent 8eddc40 commit bd7091f
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 @@ -169,6 +169,11 @@
<artifactId>junit</artifactId>
<version>4.13.2</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>test-annotations</artifactId>
Expand Down

0 comments on commit bd7091f

Please sign in to comment.