summaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
diff options
context:
space:
mode:
authorvalerijf <valerijf@yahoo-inc.com>2016-08-15 15:17:12 +0200
committervalerijf <valerijf@yahoo-inc.com>2016-08-15 15:17:12 +0200
commitf717a585f672082baf332632d0eec1da8118e463 (patch)
tree58c7aaf956312c9c63ccbfb8ddb34f75097ed515 /node-admin/pom.xml
parente064cfdabf7de4e9b5f3a9068570a4395344d81a (diff)
Fixed docker image pull
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>