summaryrefslogtreecommitdiffstats
path: root/vespa-feed-client-cli/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-05-27 16:37:53 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-05-27 16:37:53 +0200
commitcf82ff60e85efb24517551d0450d6647bb0aa651 (patch)
treed1b147ac5e7f751ec1361e9be82c9e29e9acb3e0 /vespa-feed-client-cli/pom.xml
parenta6130bd49cf86df4a81aacaa068583d41723956a (diff)
Add benchmark mode to JsonStreamFeeder + CliClient wiring
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>