aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2018-05-16 11:10:47 +0200
committerGitHub <noreply@github.com>2018-05-16 11:10:47 +0200
commit5060a7683d1d0360d52dead4cc73c0bea7f90f6e (patch)
tree353062def75272234daaac64224d07f6baa16d90
parentd6d34ad8faaeb1e88cd7752e87a065ada92c1133 (diff)
parent708a0cf315f1b7eb0c6a8ba86f1d4a1128dc56e1 (diff)
Merge pull request #5883 from vespa-engine/bjorncs/remove-jackson-compile-scope
Remove unneeded Jackson dependency from node-repository
-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>