aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@verizonmedia.com>2019-02-10 18:53:17 +0100
committerHåkon Hallingstad <hakon@verizonmedia.com>2019-02-10 18:53:17 +0100
commit8aa5b7ce3a64f3d043ee2258f7cc2c4c5b46d07a (patch)
treee80883eb018af3b4fd6074ec7726987218b072c4 /node-admin/pom.xml
parent74d98e665d9844983e104de95958715ed3e5a592 (diff)
Specify jackson dependencies explicit
Diffstat (limited to 'node-admin/pom.xml')
-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>