summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValerij Fredriksen <freva@users.noreply.github.com>2019-02-11 09:03:04 +0100
committerGitHub <noreply@github.com>2019-02-11 09:03:04 +0100
commitb4f8e5bd2b7e6f496b737eab89f60340bc3c29d3 (patch)
tree0415bd099878251d23b18f296e5c6480b20ddead
parentdc1e4bb9f9f8715840d90a830d21b88d752f990b (diff)
parent8aa5b7ce3a64f3d043ee2258f7cc2c4c5b46d07a (diff)
Merge pull request #8461 from vespa-engine/hakonhall/specify-jackson-dependencies-explicit
Specify jackson dependencies explicit
-rw-r--r--node-admin/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/node-admin/pom.xml b/node-admin/pom.xml
index fda4acebfa0..d550ceb7c9d 100644
--- a/node-admin/pom.xml
+++ b/node-admin/pom.xml
@@ -55,6 +55,16 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-annotations</artifactId>
+ <scope>provided</scope>
+ </dependency>
<!-- Compile -->
<dependency>