summaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'node-admin/pom.xml')
-rw-r--r--node-admin/pom.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/node-admin/pom.xml b/node-admin/pom.xml
index 5a0083d82a3..84aff0cc4b7 100644
--- a/node-admin/pom.xml
+++ b/node-admin/pom.xml
@@ -152,6 +152,27 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ <version>2.6.4</version>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-annotations</artifactId>
+ <version>2.6.4</version>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <version>2.6.4</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>com.fasterxml.jackson.core</artifactId>
+ <groupId>jackson-core</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
</dependencies>
<build>