From fc0676d5119a974caeb05c070a820f3b54e95433 Mon Sep 17 00:00:00 2001 From: Johannes Schnatterer Date: Mon, 6 Aug 2018 12:57:44 +0200 Subject: [PATCH] Moves jackson annotations dependency to core. Will be needed by plugins in future. --- pom.xml | 6 ++++++ scm-core/pom.xml | 5 +++++ scm-webapp/pom.xml | 6 ------ 3 files changed, 11 insertions(+), 6 deletions(-) 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