diff --git a/ReactAndroid/build.gradle b/ReactAndroid/build.gradle index d1dffee7b..93768246f 100644 --- a/ReactAndroid/build.gradle +++ b/ReactAndroid/build.gradle @@ -252,7 +252,8 @@ dependencies { compile 'com.facebook.fresco:imagepipeline-okhttp:0.8.1' compile 'com.facebook.stetho:stetho:1.2.0' compile 'com.facebook.stetho:stetho-okhttp:1.2.0' - compile 'com.fasterxml.jackson.core:jackson-core:2.2.3' + compile 'com.fasterxml.jackson.core:jackson-annotations:2.2.3' + compile 'com.fasterxml.jackson.core:jackson-databind:2.2.3' compile 'com.google.code.findbugs:jsr305:3.0.0' compile 'com.squareup.okhttp:okhttp:2.5.0' compile 'com.squareup.okhttp:okhttp-ws:2.5.0'