aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client-cli
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-05-28 17:47:53 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-05-28 18:12:39 +0200
commit82696c42b77f75ff0fd91c921d7d02abeb36b6db (patch)
tree3cc47ed8918be81a99e452448f1651d9bf46707f /vespa-feed-client-cli
parent36e2c46d87ed9417339afbc515c92e857c4a8fb6 (diff)
Add slf4j implementation to get rid of runtime warning
Diffstat (limited to 'vespa-feed-client-cli')
-rw-r--r--vespa-feed-client-cli/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/vespa-feed-client-cli/pom.xml b/vespa-feed-client-cli/pom.xml
index 28e1ab01dae..9fd59f1cfa4 100644
--- a/vespa-feed-client-cli/pom.xml
+++ b/vespa-feed-client-cli/pom.xml
@@ -36,6 +36,12 @@
<artifactId>jackson-core</artifactId>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-jdk14</artifactId>
+ <scope>compile</scope>
+ </dependency>
+
<!-- test scope -->
<dependency>