Skip to content

Commit e4adc12

Browse files
committed
Add apache.http.client.android as a test dependency in build.gradle
1 parent 2b65d3e commit e4adc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,11 +343,11 @@ 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'
347346
exclude group: 'org.apache.commons', module: 'commons-lang3'
348347
exclude group: 'asm', module: 'asm'
349348
exclude group: 'org.json', module: 'json'
350349
}
350+
androidTestImplementation(libs.apache.http.client.android)
351351
constraints {
352352
androidTestImplementation(libs.wiremock) {
353353
because("newer versions of WireMock use Java APIs not available on Android")

0 commit comments

Comments
 (0)