Skip to content

Commit

Permalink
Merge pull request #183 from okta/exclude_guava_transitive_test_dep_f…
Browse files Browse the repository at this point in the history
…rom_hamcrest_jackson

exclude guava transitive dep from hamcrest-jackson test dep
  • Loading branch information
arvindkrishnakumar-okta authored May 12, 2022
2 parents dc7d923 + 1b97556 commit 77e14e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@
<artifactId>hamcrest-jackson</artifactId>
<version>1.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>

0 comments on commit 77e14e9

Please sign in to comment.