summaryrefslogtreecommitdiffstats
path: root/orchestrator/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2016-11-14 19:56:55 +0100
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2016-11-14 19:56:55 +0100
commitdcdfcb9ef4b07311c2e7bb5992e18ab89519791e (patch)
tree1bd2701f768a8c1ee3209b4451a1bf1aa253339f /orchestrator/pom.xml
parenta03fb97bbb8e9d1515f1168efb7cd16367aca7c2 (diff)
Revert "Move jackson module scala to orchestrator restapi"
This reverts commit 84adee1bc837aa959a7f17868f162e63aedd3e96.
Diffstat (limited to 'orchestrator/pom.xml')
-rw-r--r--orchestrator/pom.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml
index 07ac788e0a5..717eab0d92e 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -97,6 +97,29 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>com.fasterxml.jackson.module</groupId>
+ <artifactId>jackson-module-scala_${scala.major-version}</artifactId>
+ <version>${jackson2.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>findbugs</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson2.version}</version>