Skip to content

Commit

Permalink
fix for hamcrest v1.x exclusions to mockito v3.x
Browse files Browse the repository at this point in the history
(cherry picked from commit 1475a57d8ec5af6a042ac29ba865af59a84340af)
  • Loading branch information
nhojpatrick authored and slachiewicz committed Sep 11, 2021
1 parent 535e6ee commit 09c3d61
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Expand Up @@ -259,12 +259,6 @@
<artifactId>mockito-core</artifactId>
<version>3.12.4</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down

0 comments on commit 09c3d61

Please sign in to comment.