diff --git a/agents-audit/pom.xml b/agents-audit/pom.xml index c09433eb8f..00279d3281 100644 --- a/agents-audit/pom.xml +++ b/agents-audit/pom.xml @@ -79,6 +79,10 @@ org.slf4j * + + org.apache.commons + commons-compress + diff --git a/agents-common/pom.xml b/agents-common/pom.xml index 9157186540..7a6da8fd4a 100644 --- a/agents-common/pom.xml +++ b/agents-common/pom.xml @@ -96,6 +96,10 @@ org.slf4j * + + org.apache.commons + commons-compress + diff --git a/agents-cred/pom.xml b/agents-cred/pom.xml index 047d210d3c..c51199290d 100644 --- a/agents-cred/pom.xml +++ b/agents-cred/pom.xml @@ -74,6 +74,10 @@ org.slf4j * + + org.apache.commons + commons-compress + @@ -91,6 +95,11 @@ slf4j-api ${slf4j.version} + + org.apache.commons + commons-compress + ${commons.compress.version} + diff --git a/distro/src/main/assembly/admin-web.xml b/distro/src/main/assembly/admin-web.xml index 0ab917f8bb..92cf0a6f53 100644 --- a/distro/src/main/assembly/admin-web.xml +++ b/distro/src/main/assembly/admin-web.xml @@ -187,7 +187,7 @@ org.apache.ratis:ratis-common:jar:${ratis.version} org.apache.ratis:ratis-proto:jar:${ratis.version} org.apache.ratis:ratis-thirdparty-misc:jar:${ratis-thirdparty.version} - org.apache.commons:commons-compress:jar:1.4.1 + org.apache.commons:commons-compress:jar:${commons.compress.version} org.bouncycastle:bcpkix-jdk15on:jar:${org.bouncycastle.bcpkix-jdk15on} commons-net:commons-net:jar:${commons.net.version} io.jaegertracing:jaeger-core:jar:1.6.0 diff --git a/hbase-agent/pom.xml b/hbase-agent/pom.xml index c598330955..e39d24d896 100644 --- a/hbase-agent/pom.xml +++ b/hbase-agent/pom.xml @@ -154,6 +154,10 @@ org.slf4j * + + org.apache.commons + commons-compress + diff --git a/hdfs-agent/pom.xml b/hdfs-agent/pom.xml index dece8f46fb..785a120e16 100644 --- a/hdfs-agent/pom.xml +++ b/hdfs-agent/pom.xml @@ -61,6 +61,10 @@ org.slf4j * + + org.apache.commons + commons-compress + diff --git a/hive-agent/pom.xml b/hive-agent/pom.xml index 0c8433d456..d50f60940a 100644 --- a/hive-agent/pom.xml +++ b/hive-agent/pom.xml @@ -53,6 +53,10 @@ org.slf4j * + + org.apache.commons + commons-compress + @@ -99,6 +103,10 @@ org.slf4j * + + org.apache.commons + commons-compress + diff --git a/plugin-schema-registry/pom.xml b/plugin-schema-registry/pom.xml index f6f8ca29c4..f2666b0586 100644 --- a/plugin-schema-registry/pom.xml +++ b/plugin-schema-registry/pom.xml @@ -162,6 +162,10 @@ org.slf4j * + + org.apache.commons + commons-compress + diff --git a/pom.xml b/pom.xml index fee54735f9..d3d6d66105 100644 --- a/pom.xml +++ b/pom.xml @@ -95,7 +95,7 @@ 1.2 1.15 3.2.2 - 1.21 + 1.26.0 1.10 2.8.0 1.4 diff --git a/ranger-authn/pom.xml b/ranger-authn/pom.xml index bd8ab1048f..682939694a 100644 --- a/ranger-authn/pom.xml +++ b/ranger-authn/pom.xml @@ -50,6 +50,10 @@ org.apache.commons commons-configuration2 + + org.apache.commons + commons-compress + diff --git a/ranger-common-ha/pom.xml b/ranger-common-ha/pom.xml index 36a42f786a..b0293ddc83 100644 --- a/ranger-common-ha/pom.xml +++ b/ranger-common-ha/pom.xml @@ -88,6 +88,10 @@ org.slf4j * + + org.apache.commons + commons-compress + diff --git a/ranger-examples/plugin-sampleapp/pom.xml b/ranger-examples/plugin-sampleapp/pom.xml index d29fb2bb5b..8cd478f5fe 100644 --- a/ranger-examples/plugin-sampleapp/pom.xml +++ b/ranger-examples/plugin-sampleapp/pom.xml @@ -66,6 +66,10 @@ org.slf4j * + + org.apache.commons + commons-compress + diff --git a/ranger-hbase-plugin-shim/pom.xml b/ranger-hbase-plugin-shim/pom.xml index 046bf0be7c..24d0dbb1a6 100644 --- a/ranger-hbase-plugin-shim/pom.xml +++ b/ranger-hbase-plugin-shim/pom.xml @@ -60,6 +60,10 @@ org.glassfish javax.el + + org.apache.commons + commons-compress + diff --git a/ranger-hdfs-plugin-shim/pom.xml b/ranger-hdfs-plugin-shim/pom.xml index 72b0dab854..ad90f10c48 100644 --- a/ranger-hdfs-plugin-shim/pom.xml +++ b/ranger-hdfs-plugin-shim/pom.xml @@ -60,6 +60,10 @@ org.slf4j * + + org.apache.commons + commons-compress + diff --git a/ranger-hive-plugin-shim/pom.xml b/ranger-hive-plugin-shim/pom.xml index 52b62048fe..563cc36970 100644 --- a/ranger-hive-plugin-shim/pom.xml +++ b/ranger-hive-plugin-shim/pom.xml @@ -48,6 +48,10 @@ org.slf4j * + + org.apache.commons + commons-compress + @@ -98,6 +102,10 @@ org.slf4j * + + org.apache.commons + commons-compress + diff --git a/ranger-metrics/pom.xml b/ranger-metrics/pom.xml index d4036476c5..2e72328ba0 100644 --- a/ranger-metrics/pom.xml +++ b/ranger-metrics/pom.xml @@ -51,6 +51,10 @@ org.slf4j * + + org.apache.commons + commons-compress +