Skip to content

Commit

Permalink
DIV-4629 - exclude conflicting org.json.JSONObject
Browse files Browse the repository at this point in the history
  • Loading branch information
hosainnet committed May 1, 2019
1 parent 8f1a16d commit c21e771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ dependencies {
compile group: 'com.jayway.jsonpath', name:'json-path-assert', version: versions.jsonPathAssert
testCompile(group: 'org.springframework.boot', name: 'spring-boot-starter-test') {
exclude(module: 'commons-logging')
exclude(module: 'android-json')
}
testCompile group: 'com.github.tomakehurst', name:'wiremock', version: versions.wiremockVersion

Expand Down

0 comments on commit c21e771

Please sign in to comment.