summaryrefslogtreecommitdiffstats
path: root/orchestrator-restapi
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-restapi
parenta03fb97bbb8e9d1515f1168efb7cd16367aca7c2 (diff)
Revert "Move jackson module scala to orchestrator restapi"
This reverts commit 84adee1bc837aa959a7f17868f162e63aedd3e96.
Diffstat (limited to 'orchestrator-restapi')
l---------orchestrator-restapi/.#pom.xml1
-rw-r--r--orchestrator-restapi/pom.xml23
2 files changed, 0 insertions, 24 deletions
diff --git a/orchestrator-restapi/.#pom.xml b/orchestrator-restapi/.#pom.xml
deleted file mode 120000
index 2cbe7080c4a..00000000000
--- a/orchestrator-restapi/.#pom.xml
+++ /dev/null
@@ -1 +0,0 @@
-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 055811783b1..b2b581a7fc6 100644
--- a/orchestrator-restapi/pom.xml
+++ b/orchestrator-restapi/pom.xml
@@ -22,29 +22,6 @@
<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>