diff --git a/pom.xml b/pom.xml index 69a5208..d9653ba 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,9 @@ 2.17.1 1.0.0.1 1.0.0.1 + 2.13.2.2 + 2.13.2 + 2.13.2 @@ -358,6 +361,28 @@ elasticsearch 7.5.1 + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.databind.version} + compile + + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.annotation.version} + compile + + + + + com.fasterxml.jackson.core + jackson-core + ${jackson.core.version} + compile +