From 84adee1bc837aa959a7f17868f162e63aedd3e96 Mon Sep 17 00:00:00 2001 From: HÃ¥kon Hallingstad Date: Mon, 14 Nov 2016 17:26:21 +0100 Subject: Move jackson module scala to orchestrator restapi --- orchestrator-restapi/.#pom.xml | 1 + orchestrator-restapi/pom.xml | 23 +++++++++++++++++++++++ orchestrator/pom.xml | 23 ----------------------- 3 files changed, 24 insertions(+), 23 deletions(-) create mode 120000 orchestrator-restapi/.#pom.xml diff --git a/orchestrator-restapi/.#pom.xml b/orchestrator-restapi/.#pom.xml new file mode 120000 index 00000000000..2cbe7080c4a --- /dev/null +++ b/orchestrator-restapi/.#pom.xml @@ -0,0 +1 @@ +hakon@seemstepcare-ll.trondheim.corp.yahoo.com.21087:1476431678 \ No newline at end of file diff --git a/orchestrator-restapi/pom.xml b/orchestrator-restapi/pom.xml index b2b581a7fc6..055811783b1 100644 --- a/orchestrator-restapi/pom.xml +++ b/orchestrator-restapi/pom.xml @@ -21,6 +21,29 @@ 2.0 provided + + com.fasterxml.jackson.module + jackson-module-scala_${scala.major-version} + ${jackson2.version} + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-annotations + + + com.fasterxml.jackson.core + jackson-databind + + + com.google.code.findbugs + findbugs + + + com.fasterxml.jackson.core jackson-annotations diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml index 717eab0d92e..07ac788e0a5 100644 --- a/orchestrator/pom.xml +++ b/orchestrator/pom.xml @@ -96,29 +96,6 @@ - - com.fasterxml.jackson.module - jackson-module-scala_${scala.major-version} - ${jackson2.version} - - - com.fasterxml.jackson.core - jackson-core - - - com.fasterxml.jackson.core - jackson-annotations - - - com.fasterxml.jackson.core - jackson-databind - - - com.google.code.findbugs - findbugs - - - com.fasterxml.jackson.core jackson-annotations -- cgit v1.2.3