diff --git a/pom.xml b/pom.xml index ff85e67ad6..fd5f2ac0ee 100644 --- a/pom.xml +++ b/pom.xml @@ -270,6 +270,12 @@ ${jackson.version} + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + + diff --git a/scm-core/pom.xml b/scm-core/pom.xml index 79d456be9e..17ca03b115 100644 --- a/scm-core/pom.xml +++ b/scm-core/pom.xml @@ -99,6 +99,11 @@ jackson-databind + + com.fasterxml.jackson.core + jackson-annotations + + de.otto.edison diff --git a/scm-webapp/pom.xml b/scm-webapp/pom.xml index 80342a52bb..d0003c1f7c 100644 --- a/scm-webapp/pom.xml +++ b/scm-webapp/pom.xml @@ -78,12 +78,6 @@ - - com.fasterxml.jackson.core - jackson-annotations - ${jackson.version} - - com.fasterxml.jackson.module jackson-module-jaxb-annotations