summaryrefslogtreecommitdiffstats
path: root/vespa-feed-client-cli/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vespa-feed-client-cli/pom.xml')
-rw-r--r--vespa-feed-client-cli/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/vespa-feed-client-cli/pom.xml b/vespa-feed-client-cli/pom.xml
index 62ff5c149ec..28e1ab01dae 100644
--- a/vespa-feed-client-cli/pom.xml
+++ b/vespa-feed-client-cli/pom.xml
@@ -31,6 +31,11 @@
<artifactId>commons-cli</artifactId>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ <scope>compile</scope>
+ </dependency>
<!-- test scope -->
<dependency>