diff --git a/minifi/pom.xml b/minifi/pom.xml index 079ccff414..56fffef065 100644 --- a/minifi/pom.xml +++ b/minifi/pom.xml @@ -975,24 +975,6 @@ limitations under the License. zookeeper 3.5.5 - - org.apache.curator - curator-framework - 2.11.0 - - - org.apache.curator - curator-recipes - 2.11.0 - - - - - org.apache.curator - curator-test - 2.9.1 - test - org.testng testng diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/pom.xml index 031253175d..0c032ea609 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml @@ -23,8 +23,10 @@ pom NiFi: Framework Bundle + 5.2.0 5.3.11 5.5.2 + 3.5.9 nifi-framework @@ -595,7 +597,7 @@ org.apache.curator curator-test - 4.2.0 + ${curator.version} test @@ -612,12 +614,12 @@ org.apache.zookeeper zookeeper - 3.5.6 + ${zookeeper.version} org.apache.curator curator-framework - 4.2.0 + ${curator.version} org.apache.zookeeper @@ -628,7 +630,7 @@ org.apache.curator curator-recipes - 4.2.0 + ${curator.version} org.apache.zookeeper diff --git a/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml b/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml index dd40eb3f7c..ce12e3459f 100644 --- a/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml +++ b/nifi-toolkit/nifi-toolkit-zookeeper-migrator/pom.xml @@ -23,7 +23,9 @@ nifi-toolkit 1.16.0-SNAPSHOT - + + 5.2.0 + commons-cli @@ -78,13 +80,13 @@ org.apache.curator curator-test - 4.2.0 + ${curator.version} test org.apache.curator curator-client - 4.2.0 + ${curator.version} test