summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-08-23 11:10:19 +0200
committerGitHub <noreply@github.com>2019-08-23 11:10:19 +0200
commitbfd5bcd897c04630a7feb6dbe59f53268cb40f3b (patch)
treecb20540f2497c9bff41d25d80c42482d56ea05ff /parent
parent944b956083270a7204396a909621756b7d7c38ca (diff)
Revert "Upgrade to zookeeper 3.4.14, take 3"
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index c89d53e5160..a81f64d1725 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -495,14 +495,14 @@
<artifactId>commons-pool</artifactId>
<version>1.5.6</version>
</dependency>
- <!-- Explicitly included to get Zookeeper version 3.4.14,
+ <!-- Explicitly included to get Zookeeper version 3.4.13,
can be excluded if you want the Zookeeper version
used by curator by default
-->
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
- <version>3.4.14</version>
+ <version>3.4.13</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>