diff --git a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml index cf29b6f62d..cecbcfb615 100644 --- a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml +++ b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml @@ -1,13 +1,13 @@ - 4.0.0 @@ -32,7 +32,7 @@ org.apache.hadoop hadoop-client - ${hadoop.version} + ${hadoop.version} com.google.code.findbugs @@ -59,12 +59,12 @@ org.apache.avro avro - ${avro.version} + ${avro.version} org.apache.avro avro-ipc - ${avro.version} + ${avro.version} com.github.stephenc.findbugs @@ -108,6 +108,10 @@ com.fasterxml.jackson.core jackson-core + + commons-logging + commons-logging + @@ -134,6 +138,12 @@ org.apache.hadoop hadoop-cloud-storage ${hadoop.version} + + + commons-logging + commons-logging + + @@ -148,6 +158,16 @@ org.apache.hadoop hadoop-ozone-client ${ozone.version} + + + commons-logging + commons-logging + + + org.apache.logging.log4j + log4j-core + + org.apache.hadoop diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-nar/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-nar/pom.xml index 089c4047d0..b0ed3cfad0 100644 --- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-nar/pom.xml +++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-nar/pom.xml @@ -66,6 +66,10 @@ false + + org.slf4j + jcl-over-slf4j + org.apache.hadoop hadoop-azure @@ -79,6 +83,10 @@ com.fasterxml.jackson.core jackson-core + + commons-logging + commons-logging + @@ -105,6 +113,12 @@ org.apache.hadoop hadoop-cloud-storage ${hadoop.version} + + + commons-logging + commons-logging + + @@ -119,6 +133,16 @@ org.apache.hadoop hadoop-ozone-client ${ozone.version} + + + commons-logging + commons-logging + + + org.apache.logging.log4j + log4j-core + + org.apache.hadoop diff --git a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml index 0f86e31235..9dd3c7bbbe 100644 --- a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml +++ b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml @@ -264,6 +264,12 @@ org.apache.hadoop hadoop-cloud-storage ${ranger.hadoop.version} + + + commons-logging + commons-logging + + @@ -278,6 +284,16 @@ org.apache.hadoop hadoop-ozone-client ${ozone.version} + + + commons-logging + commons-logging + + + org.apache.logging.log4j + log4j-core + + org.apache.hadoop diff --git a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml index 5891c8ec74..6706c5a532 100644 --- a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml +++ b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml @@ -335,6 +335,12 @@ org.apache.hadoop hadoop-cloud-storage ${ranger.hadoop.version} + + + commons-logging + commons-logging + + @@ -349,6 +355,16 @@ org.apache.hadoop hadoop-ozone-client ${ranger.ozone.version} + + + commons-logging + commons-logging + + + org.apache.logging.log4j + log4j-core + + org.apache.hadoop