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 e4adc12 commit dea9586Copy full SHA for dea9586
WooCommerce/build.gradle
@@ -343,6 +343,7 @@ dependencies {
343
// Dependencies for screenshots
344
androidTestImplementation(libs.fastlane.screengrab)
345
androidTestImplementation(libs.wiremock.get().module.toString()) {
346
+ exclude group: 'org.apache.httpcomponents', module: 'httpclient'
347
exclude group: 'org.apache.commons', module: 'commons-lang3'
348
exclude group: 'asm', module: 'asm'
349
exclude group: 'org.json', module: 'json'
0 commit comments