diff --git a/todolist-web-common/pom.xml b/todolist-web-common/pom.xml index e07dd3af25..2b85167928 100644 --- a/todolist-web-common/pom.xml +++ b/todolist-web-common/pom.xml @@ -17,6 +17,22 @@ + + + com.fasterxml.jackson.core + jackson-core + 2.6.5 + + + com.fasterxml.jackson.core + jackson-databind + 2.6.5 + + + com.fasterxml.jackson.core + jackson-annotations + 2.6.5 +