From dcdfcb9ef4b07311c2e7bb5992e18ab89519791e Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Mon, 14 Nov 2016 19:56:55 +0100 Subject: Revert "Move jackson module scala to orchestrator restapi" This reverts commit 84adee1bc837aa959a7f17868f162e63aedd3e96. --- orchestrator/pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'orchestrator/pom.xml') diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml index 07ac788e0a5..717eab0d92e 100644 --- a/orchestrator/pom.xml +++ b/orchestrator/pom.xml @@ -96,6 +96,29 @@ + + 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