File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -252,8 +252,7 @@ dependencies {
252252 compile ' com.facebook.fresco:imagepipeline-okhttp:0.8.1'
253253 compile ' com.facebook.stetho:stetho:1.2.0'
254254 compile ' com.facebook.stetho:stetho-okhttp:1.2.0'
255- compile ' com.fasterxml.jackson.core:jackson-annotations:2.2.3'
256- compile ' com.fasterxml.jackson.core:jackson-databind:2.2.3'
255+ compile ' com.fasterxml.jackson.core:jackson-core:2.2.3'
257256 compile ' com.google.code.findbugs:jsr305:3.0.0'
258257 compile ' com.squareup.okhttp:okhttp:2.5.0'
259258 compile ' com.squareup.okhttp:okhttp-ws:2.5.0'
@@ -262,6 +261,7 @@ dependencies {
262261
263262 testCompile " junit:junit:${ JUNIT_VERSION} "
264263 testCompile " org.powermock:powermock-api-mockito:${ POWERMOCK_VERSION} "
264+ testCompile ' com.fasterxml.jackson.core:jackson-databind:2.2.3'
265265 testCompile " org.powermock:powermock-module-junit4-rule:${ POWERMOCK_VERSION} "
266266 testCompile " org.powermock:powermock-classloading-xstream:${ POWERMOCK_VERSION} "
267267 testCompile " org.mockito:mockito-core:${ MOCKITO_CORE_VERSION} "
You can’t perform that action at this time.
0 commit comments