aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-05-16 11:04:30 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2018-05-16 11:05:49 +0200
commit708a0cf315f1b7eb0c6a8ba86f1d4a1128dc56e1 (patch)
treee125a324e93315b1358254bf094778e26f107f03
parent71332378a97fddfb28fe5dcdec07a0ee27e08c33 (diff)
Remove unneeded Jackson dependency from node-repository
- Dependency was transitively including jackson-databind with compile scope
-rw-r--r--node-repository/pom.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/node-repository/pom.xml b/node-repository/pom.xml
index 853a2e436f3..80d5369f293 100644
--- a/node-repository/pom.xml
+++ b/node-repository/pom.xml
@@ -92,21 +92,6 @@
<!-- compile -->
<dependency>
- <groupId>com.fasterxml.jackson.datatype</groupId>
- <artifactId>jackson-datatype-joda</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>
- </exclusions>
- </dependency>
- <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>