Skip to content

Commit

Permalink
Merge pull request #337 from basil/hamcrest
Browse files Browse the repository at this point in the history
Remove unnecessary exclusion
  • Loading branch information
jglick authored Sep 5, 2023
2 parents b3df9f9 + 3f02171 commit 541d8cb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,6 @@
<artifactId>awaitility</artifactId>
<version>4.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>

0 comments on commit 541d8cb

Please sign in to comment.