Skip to content

Commit 6ecfb61

Browse files
bestanderfacebook-github-bot-4
authored andcommitted
fixes gradle dependencies for compile and test
Summary: Closes react#5676 Reviewed By: svcscm Differential Revision: D2886944 Pulled By: androidtrunkagent fb-gh-sync-id: 9cb68883cd38c31e588222bc746b5e296962c845
1 parent 5029a7a commit 6ecfb61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ReactAndroid/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)