diff --git a/pom.xml b/pom.xml index 95892eff8b..e1e7537f1d 100644 --- a/pom.xml +++ b/pom.xml @@ -273,6 +273,25 @@ mockwebserver ${okhttp3.version} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + +