From 5a335bd58e672eb42e07f267b8ac9dd88eb9bb21 Mon Sep 17 00:00:00 2001 From: exceptionfactory Date: Thu, 14 Sep 2023 15:10:40 -0500 Subject: [PATCH] NIFI-12034 Upgraded Apache Commons Compress from 1.23.0 to 1.24.0 --- c2/c2-client-bundle/c2-client-service/pom.xml | 1 - nifi-commons/nifi-flowfile-packager/pom.xml | 1 - nifi-nar-bundles/nifi-atlas-bundle/pom.xml | 6 ------ nifi-nar-bundles/nifi-avro-bundle/pom.xml | 11 ----------- nifi-nar-bundles/nifi-cassandra-bundle/pom.xml | 6 ------ .../nifi-compress-processors/pom.xml | 1 - .../nifi-confluent-platform-bundle/pom.xml | 11 ----------- nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml | 7 ------- .../nifi-extension-utils/nifi-database-utils/pom.xml | 11 ----------- .../nifi-extension-utils/nifi-hadoop-utils/pom.xml | 10 ---------- .../nifi-hadoop-record-utils/pom.xml | 10 ---------- .../nifi-extension-utils/nifi-record-utils/pom.xml | 6 ------ nifi-nar-bundles/nifi-framework-bundle/pom.xml | 5 ----- nifi-nar-bundles/nifi-graph-bundle/pom.xml | 6 ------ nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml | 6 ------ nifi-nar-bundles/nifi-hbase-bundle/pom.xml | 6 ------ nifi-nar-bundles/nifi-hive-bundle/pom.xml | 6 ------ nifi-nar-bundles/nifi-iceberg-bundle/pom.xml | 6 ------ nifi-nar-bundles/nifi-media-bundle/pom.xml | 6 ------ nifi-nar-bundles/nifi-mongodb-bundle/pom.xml | 6 ------ nifi-nar-bundles/nifi-parquet-bundle/pom.xml | 6 ------ nifi-nar-bundles/nifi-poi-bundle/pom.xml | 5 ----- nifi-nar-bundles/nifi-ranger-bundle/pom.xml | 6 ------ nifi-nar-bundles/nifi-registry-bundle/pom.xml | 11 ----------- .../nifi-site-to-site-reporting-bundle/pom.xml | 6 ------ nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml | 6 ------ nifi-nar-bundles/nifi-standard-bundle/pom.xml | 9 --------- .../nifi-hadoop-dbcp-service-bundle/pom.xml | 10 ---------- .../nifi-hbase_2-client-service-bundle/pom.xml | 6 ------ .../nifi-lookup-services-bundle/pom.xml | 10 ---------- .../nifi-record-serialization-services-bundle/pom.xml | 11 ----------- .../nifi-registry-core/nifi-registry-test/pom.xml | 11 ----------- .../nifi-registry-ranger/pom.xml | 6 ------ pom.xml | 6 ++++++ 34 files changed, 6 insertions(+), 231 deletions(-) diff --git a/c2/c2-client-bundle/c2-client-service/pom.xml b/c2/c2-client-bundle/c2-client-service/pom.xml index e7bb1f6828ad..4b527b6019db 100644 --- a/c2/c2-client-bundle/c2-client-service/pom.xml +++ b/c2/c2-client-bundle/c2-client-service/pom.xml @@ -46,7 +46,6 @@ limitations under the License. org.apache.commons commons-compress - 1.23.0 \ No newline at end of file diff --git a/nifi-commons/nifi-flowfile-packager/pom.xml b/nifi-commons/nifi-flowfile-packager/pom.xml index 8ec1f83c1b9d..700a7f8d471f 100644 --- a/nifi-commons/nifi-flowfile-packager/pom.xml +++ b/nifi-commons/nifi-flowfile-packager/pom.xml @@ -25,7 +25,6 @@ org.apache.commons commons-compress - 1.23.0 org.apache.commons diff --git a/nifi-nar-bundles/nifi-atlas-bundle/pom.xml b/nifi-nar-bundles/nifi-atlas-bundle/pom.xml index 6dda4fc6943d..eb2ceb2d63c0 100644 --- a/nifi-nar-bundles/nifi-atlas-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-atlas-bundle/pom.xml @@ -81,12 +81,6 @@ - - - org.apache.commons - commons-compress - 1.23.0 - com.nimbusds diff --git a/nifi-nar-bundles/nifi-avro-bundle/pom.xml b/nifi-nar-bundles/nifi-avro-bundle/pom.xml index 0b6565dfa547..d1026843daa0 100644 --- a/nifi-nar-bundles/nifi-avro-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-avro-bundle/pom.xml @@ -29,15 +29,4 @@ nifi-avro-processors nifi-avro-nar - - - - - - org.apache.commons - commons-compress - 1.23.0 - - - diff --git a/nifi-nar-bundles/nifi-cassandra-bundle/pom.xml b/nifi-nar-bundles/nifi-cassandra-bundle/pom.xml index 3e7d52822b44..1d665ba0bf4f 100644 --- a/nifi-nar-bundles/nifi-cassandra-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-cassandra-bundle/pom.xml @@ -47,12 +47,6 @@ nifi-cassandra-processors 2.0.0-SNAPSHOT - - - org.apache.commons - commons-compress - 1.23.0 - com.google.guava guava diff --git a/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml b/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml index 46d1e2b55a6c..617c68ff70c0 100644 --- a/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml +++ b/nifi-nar-bundles/nifi-compress-bundle/nifi-compress-processors/pom.xml @@ -32,7 +32,6 @@ language governing permissions and limitations under the License. --> org.apache.commons commons-compress - 1.23.0 com.github.jponge diff --git a/nifi-nar-bundles/nifi-confluent-platform-bundle/pom.xml b/nifi-nar-bundles/nifi-confluent-platform-bundle/pom.xml index aeafb22e6952..516340a7589c 100644 --- a/nifi-nar-bundles/nifi-confluent-platform-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-confluent-platform-bundle/pom.xml @@ -24,15 +24,4 @@ nifi-confluent-schema-registry-service nifi-confluent-platform-nar - - - - - - org.apache.commons - commons-compress - 1.23.0 - - - diff --git a/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml b/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml index 1511d4498faa..fc8715e255c5 100644 --- a/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml @@ -54,13 +54,6 @@ language governing permissions and limitations under the License. --> nifi-elasticsearch-restapi-processors 2.0.0-SNAPSHOT - - - org.apache.commons - commons-compress - 1.23.0 - - org.elasticsearch.client elasticsearch-rest-client diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-database-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-database-utils/pom.xml index 1c1106f78dfc..28e52e34a1ed 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-database-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-database-utils/pom.xml @@ -23,17 +23,6 @@ nifi-database-utils - - - - - org.apache.commons - commons-compress - 1.23.0 - - - - org.apache.nifi diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml index 075714415a0d..c2edb28aeab6 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml @@ -131,16 +131,6 @@ - - - - - org.apache.commons - commons-compress - 1.23.0 - - - diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-record-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-record-utils/pom.xml index ee3c4d955b48..c2e103786532 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-record-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-record-utils/pom.xml @@ -22,16 +22,6 @@ nifi-hadoop-record-utils jar - - - - - org.apache.commons - commons-compress - 1.23.0 - - - org.apache.nifi diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/pom.xml index 8ed255f1add5..89820015c749 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/pom.xml @@ -39,12 +39,6 @@ netty ${netty.3.version} - - - org.apache.commons - commons-compress - 1.23.0 - diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/pom.xml index 0c6714e722bd..2fcbb4ddd098 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml @@ -522,11 +522,6 @@ - - org.apache.commons - commons-compress - 1.23.0 - io.netty netty diff --git a/nifi-nar-bundles/nifi-graph-bundle/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/pom.xml index bffec3174f3a..e1198bd3b719 100644 --- a/nifi-nar-bundles/nifi-graph-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-graph-bundle/pom.xml @@ -44,12 +44,6 @@ nifi-graph-processors 2.0.0-SNAPSHOT - - - org.apache.commons - commons-compress - 1.23.0 - org.codehaus.groovy groovy diff --git a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml index a29277f67e9a..bc032fddc4f2 100644 --- a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/pom.xml @@ -32,12 +32,6 @@ netty ${netty.3.version} - - - org.apache.commons - commons-compress - 1.23.0 - com.nimbusds diff --git a/nifi-nar-bundles/nifi-hbase-bundle/pom.xml b/nifi-nar-bundles/nifi-hbase-bundle/pom.xml index e50e21deed7e..23ae2462da85 100644 --- a/nifi-nar-bundles/nifi-hbase-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-hbase-bundle/pom.xml @@ -37,12 +37,6 @@ nifi-hbase-processors 2.0.0-SNAPSHOT - - - org.apache.commons - commons-compress - 1.23.0 - diff --git a/nifi-nar-bundles/nifi-hive-bundle/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/pom.xml index f9aa67fe0725..5ddd050aa894 100644 --- a/nifi-nar-bundles/nifi-hive-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-hive-bundle/pom.xml @@ -64,12 +64,6 @@ avatica ${avatica.version} - - - org.apache.commons - commons-compress - 1.23.0 - commons-beanutils diff --git a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml index 88a35bf0a070..78d4e7d099c6 100644 --- a/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-iceberg-bundle/pom.xml @@ -52,12 +52,6 @@ javax.el 3.0.1-b12 - - - org.apache.commons - commons-compress - 1.23.0 - commons-beanutils diff --git a/nifi-nar-bundles/nifi-media-bundle/pom.xml b/nifi-nar-bundles/nifi-media-bundle/pom.xml index 73a3fb6cf903..2b107e5e6648 100644 --- a/nifi-nar-bundles/nifi-media-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-media-bundle/pom.xml @@ -38,12 +38,6 @@ - - - org.apache.commons - commons-compress - 1.23.0 - org.jsoup diff --git a/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml b/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml index 5c029ae70176..fb1f90419732 100644 --- a/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-mongodb-bundle/pom.xml @@ -50,12 +50,6 @@ nifi-mongodb-processors 2.0.0-SNAPSHOT - - - org.apache.commons - commons-compress - 1.23.0 - diff --git a/nifi-nar-bundles/nifi-parquet-bundle/pom.xml b/nifi-nar-bundles/nifi-parquet-bundle/pom.xml index e30385df1df6..07903defda31 100644 --- a/nifi-nar-bundles/nifi-parquet-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-parquet-bundle/pom.xml @@ -36,12 +36,6 @@ netty ${netty.3.version} - - - org.apache.commons - commons-compress - 1.23.0 - commons-beanutils diff --git a/nifi-nar-bundles/nifi-poi-bundle/pom.xml b/nifi-nar-bundles/nifi-poi-bundle/pom.xml index 3ed00d3cc53a..d4467f087d95 100644 --- a/nifi-nar-bundles/nifi-poi-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-poi-bundle/pom.xml @@ -34,11 +34,6 @@ - - org.apache.commons - commons-compress - 1.23.0 - org.apache.poi poi diff --git a/nifi-nar-bundles/nifi-ranger-bundle/pom.xml b/nifi-nar-bundles/nifi-ranger-bundle/pom.xml index b22567d33288..aa8d7393e8f8 100644 --- a/nifi-nar-bundles/nifi-ranger-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-ranger-bundle/pom.xml @@ -43,12 +43,6 @@ zookeeper ${zookeeper.version} - - - org.apache.commons - commons-compress - 1.23.0 - commons-beanutils diff --git a/nifi-nar-bundles/nifi-registry-bundle/pom.xml b/nifi-nar-bundles/nifi-registry-bundle/pom.xml index 16d0e34ab406..b635aa00e48c 100644 --- a/nifi-nar-bundles/nifi-registry-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-registry-bundle/pom.xml @@ -24,15 +24,4 @@ nifi-registry-service nifi-registry-nar - - - - - - org.apache.commons - commons-compress - 1.23.0 - - - diff --git a/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/pom.xml b/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/pom.xml index 6dc6e338547b..9a1e7da5dd5b 100644 --- a/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-site-to-site-reporting-bundle/pom.xml @@ -36,12 +36,6 @@ nifi-site-to-site-reporting-task 2.0.0-SNAPSHOT - - - org.apache.commons - commons-compress - 1.23.0 - diff --git a/nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml b/nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml index 0ccd4697c167..b79b2b8fdb98 100644 --- a/nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-sql-reporting-bundle/pom.xml @@ -35,12 +35,6 @@ nifi-sql-reporting-tasks 2.0.0-SNAPSHOT - - - org.apache.commons - commons-compress - 1.23.0 - com.google.guava diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/pom.xml index d3987fb38f7c..e02fe5e7b3f8 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml @@ -108,15 +108,6 @@ metrics-ganglia ${yammer.metrics.version} - - org.apache.commons - commons-compress - 1.23.0 - - - commons-codec - commons-codec - com.hierynomus sshj diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/pom.xml index 69eac064f6f3..11df1d2ca5ac 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/pom.xml @@ -26,14 +26,4 @@ nifi-hadoop-dbcp-service nifi-hadoop-dbcp-service-nar - - - - - org.apache.commons - commons-compress - 1.23.0 - - - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml index 3248ae7c7618..abbd1a3cf888 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/pom.xml @@ -55,12 +55,6 @@ netty ${netty.3.version} - - - org.apache.commons - commons-compress - 1.23.0 - commons-beanutils diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/pom.xml index 2dd30034a17b..99409daa8453 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/pom.xml @@ -25,14 +25,4 @@ nifi-lookup-services nifi-lookup-services-nar - - - - - org.apache.commons - commons-compress - 1.23.0 - - - diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/pom.xml index a8e8b8bb82cc..1c7a1935e3d3 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/pom.xml @@ -28,15 +28,4 @@ nifi-record-serialization-services-nar nifi-record-serialization-services-shared - - - - - - org.apache.commons - commons-compress - 1.23.0 - - - diff --git a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml index 3f7ea2cb4935..57beb82c8e31 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml @@ -20,17 +20,6 @@ nifi-registry-test jar - - - - - org.apache.commons - commons-compress - 1.23.0 - - - - org.springframework.boot diff --git a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml index bf9819d440fa..52c75c34afab 100644 --- a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml +++ b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml @@ -32,12 +32,6 @@ - - - org.apache.commons - commons-compress - 1.23.0 - org.eclipse.jetty diff --git a/pom.xml b/pom.xml index 6912a8be77cc..a26ec0b38a51 100644 --- a/pom.xml +++ b/pom.xml @@ -111,6 +111,7 @@ 3.5.0 1.5.0 1.16.0 + 1.24.0 3.13.0 3.9.0 2.13.0 @@ -265,6 +266,11 @@ commons-codec ${org.apache.commons.codec.version} + + org.apache.commons + commons-compress + ${org.apache.commons.compress.version} + commons-io commons-io