Skip to content

Commit dea9586

Browse files
committed
Remove unused httpclient dependency from androidTestImplementation
1 parent e4adc12 commit dea9586

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WooCommerce/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ dependencies {
343343
// Dependencies for screenshots
344344
androidTestImplementation(libs.fastlane.screengrab)
345345
androidTestImplementation(libs.wiremock.get().module.toString()) {
346+
exclude group: 'org.apache.httpcomponents', module: 'httpclient'
346347
exclude group: 'org.apache.commons', module: 'commons-lang3'
347348
exclude group: 'asm', module: 'asm'
348349
exclude group: 'org.json', module: 'json'

0 commit comments

Comments
 (0)