Skip to content

Commit

Permalink
Ignores resource duplicate in spring/boot test
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Oct 24, 2024
1 parent abafced commit a866341
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@
<artifactId>httpclient5</artifactId>
</dependency>
</ignoredDependencies>
<ignoredResourcePatterns>
<ignoredResourcePattern>mockito-extensions/org.mockito.plugins.MockResolver</ignoredResourcePattern>
</ignoredResourcePatterns>
<checkTestClasspath>false</checkTestClasspath>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit a866341

Please sign in to comment.