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

exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new 6b6d779069 NIFI-11349 Excluded reload4j from HBase 2 jigsaw profile
6b6d779069 is described below

commit 6b6d7790690dbce1fd891295ae625da9c10183fb
Author: exceptionfactory <[email protected]>
AuthorDate: Wed Mar 29 11:14:48 2023 -0500

    NIFI-11349 Excluded reload4j from HBase 2 jigsaw profile
---
 .../nifi-hbase_2-client-service/pom.xml                           | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git 
a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service/pom.xml
 
b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service/pom.xml
index 36f80f3ee9..e6354db6d3 100644
--- 
a/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service/pom.xml
+++ 
b/nifi-nar-bundles/nifi-standard-services/nifi-hbase_2-client-service-bundle/nifi-hbase_2-client-service/pom.xml
@@ -164,6 +164,14 @@
                             <groupId>log4j</groupId>
                             <artifactId>log4j</artifactId>
                         </exclusion>
+                        <exclusion>
+                            <groupId>org.slf4j</groupId>
+                            <artifactId>slf4j-reload4j</artifactId>
+                        </exclusion>
+                        <exclusion>
+                            <groupId>ch.qos.reload4j</groupId>
+                            <artifactId>reload4j</artifactId>
+                        </exclusion>
                         <exclusion>
                             <groupId>com.google.code.findbugs</groupId>
                             <artifactId>jsr305</artifactId>

Reply via email to