You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by lm...@apache.org on 2021/02/28 18:55:54 UTC

[knox] branch master updated: REVERT - KNOX-2283 - Upgrade curator to 5.1.0 and zookeeper to 3.6.2

This is an automated email from the ASF dual-hosted git repository.

lmccay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new 26161f1  REVERT - KNOX-2283 - Upgrade curator to 5.1.0 and zookeeper to 3.6.2
26161f1 is described below

commit 26161f173241d1eaa056657422f72892a340fde0
Author: lmccay <lm...@apache.org>
AuthorDate: Sun Feb 28 13:55:00 2021 -0500

    REVERT - KNOX-2283 - Upgrade curator to 5.1.0 and zookeeper to 3.6.2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 88a51dc..4eadaa5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,7 +183,7 @@
         <commons-text.version>1.9</commons-text.version>
         <cors-filter.version>2.9.1</cors-filter.version>
         <cryptacular.version>1.2.4</cryptacular.version>
-        <curator.version>5.1.0</curator.version>
+        <curator.version>4.3.0</curator.version>
         <dependency-check-maven.version>6.0.3</dependency-check-maven.version>
         <derby.db.version>10.14.2.0</derby.db.version> <!-- 10.15.1.3 requires Java 9 -->
         <dockerfile-maven-plugin.version>1.4.13</dockerfile-maven-plugin.version>
@@ -273,7 +273,7 @@
         <xmltool.version>3.3</xmltool.version>
         <xml-jaxb.version>2.3.0</xml-jaxb.version>
         <xml-matchers.version>0.10</xml-matchers.version>
-        <zookeeper.version>3.6.2</zookeeper.version>
+        <zookeeper.version>3.5.7</zookeeper.version>
     </properties>
 
     <profiles>