summaryrefslogtreecommitdiffstats
path: root/orchestrator/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2016-11-16 13:50:47 +0100
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2016-11-16 14:24:11 +0100
commit0bea166bba1d1c04d23fd9174b6119b0195e908d (patch)
tree0f4124b318abb1d7f4b55bc5fc4ca82b1309f8b9 /orchestrator/pom.xml
parentcb16a7066964618d30159b42bbfb5d49c4f6d294 (diff)
Remove non-working provider for custom ObjectMapper
Diffstat (limited to 'orchestrator/pom.xml')
-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>