summaryrefslogtreecommitdiffstats
path: root/orchestrator
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
parent3f13ecb10090ecc23109c87bcd31089bee90ee85 (diff)
Move jackson module scala to orchestrator restapi
Diffstat (limited to 'orchestrator')
-rw-r--r--orchestrator/pom.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml
index 717eab0d92e..07ac788e0a5 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -97,29 +97,6 @@
</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>