summaryrefslogtreecommitdiffstats
path: root/zookeeper-command-line-client/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-09-29 22:57:45 +0200
committerHarald Musum <musum@verizonmedia.com>2019-09-29 22:57:45 +0200
commit0a83daf152f6781b3a81102a0c348f4207fa61ec (patch)
tree79f669d0cb04d42de4b41850365173bdc20ba0c6 /zookeeper-command-line-client/pom.xml
parenta3daaac29a529cab2765885abe918b9267a13b7a (diff)
Depend on slf4j (needed when using ZooKeeper 3.5) and some log settings
Diffstat (limited to 'zookeeper-command-line-client/pom.xml')
-rw-r--r--zookeeper-command-line-client/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/zookeeper-command-line-client/pom.xml b/zookeeper-command-line-client/pom.xml
index 1633f14e6dc..f4b75aba906 100644
--- a/zookeeper-command-line-client/pom.xml
+++ b/zookeeper-command-line-client/pom.xml
@@ -20,6 +20,11 @@
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.7.25</version>
+ </dependency>
</dependencies>
<build>
<plugins>