We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abafced commit a866341Copy full SHA for a866341
pom.xml
@@ -80,6 +80,10 @@
80
<artifactId>httpclient5</artifactId>
81
</dependency>
82
</ignoredDependencies>
83
+ <ignoredResourcePatterns>
84
+ <ignoredResourcePattern>mockito-extensions/org.mockito.plugins.MockResolver</ignoredResourcePattern>
85
+ </ignoredResourcePatterns>
86
+ <checkTestClasspath>false</checkTestClasspath>
87
</configuration>
88
</plugin>
89
</plugins>
0 commit comments