summaryrefslogtreecommitdiffstats
path: root/orchestrator-restapi
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@yahoo-inc.com>2016-11-14 17:26:21 +0100
committerHåkon Hallingstad <hakon@yahoo-inc.com>2016-11-14 17:26:21 +0100
commit84adee1bc837aa959a7f17868f162e63aedd3e96 (patch)
tree5b8640596d69e1e2103c0e981f0edc109b0884b1 /orchestrator-restapi
parent3f13ecb10090ecc23109c87bcd31089bee90ee85 (diff)
Move jackson module scala to orchestrator restapi
Diffstat (limited to 'orchestrator-restapi')
l---------orchestrator-restapi/.#pom.xml1
-rw-r--r--orchestrator-restapi/pom.xml23
2 files changed, 24 insertions, 0 deletions
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
@@ -22,6 +22,29 @@
<scope>provided</scope>
</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>