Skip to content

Commit

Permalink
#200 Use hamcrest provided by jenkins-test-harness
Browse files Browse the repository at this point in the history
  • Loading branch information
tszmytka committed Aug 30, 2020
1 parent 54eaaab commit c3b1645
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 @@ -98,6 +98,12 @@
<artifactId>awaitility</artifactId>
<version>4.0.3</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
</exclusion>
</exclusions>
</dependency>

</dependencies>
Expand Down

0 comments on commit c3b1645

Please sign in to comment.