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

chesnay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-hbase.git

commit bc261b7337f72060eb4c907909a64068565ab5ae
Author: Martijn Visser <martijnvis...@apache.org>
AuthorDate: Wed Nov 9 11:48:22 2022 +0100

    [FLINK-29710][Hadoop/Hive] Exclude Reload4J from all Hadoop and Hive 
dependencies
    
    - Include an update to the bannedDependency enforcer rule for Log4J1 to 
also include Reload4J
---
 flink-connector-hbase-e2e-tests/pom.xml | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/flink-connector-hbase-e2e-tests/pom.xml 
b/flink-connector-hbase-e2e-tests/pom.xml
index 3eb97d9..1744950 100644
--- a/flink-connector-hbase-e2e-tests/pom.xml
+++ b/flink-connector-hbase-e2e-tests/pom.xml
@@ -87,6 +87,14 @@ under the License.
                                        <groupId>jdk.tools</groupId>
                                        <artifactId>jdk.tools</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>ch.qos.reload4j</groupId>
+                                       <artifactId>reload4j</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.slf4j</groupId>
+                                       <artifactId>slf4j-reload4j</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 
@@ -105,6 +113,14 @@ under the License.
                                        <groupId>jdk.tools</groupId>
                                        <artifactId>jdk.tools</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>ch.qos.reload4j</groupId>
+                                       <artifactId>reload4j</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.slf4j</groupId>
+                                       <artifactId>slf4j-reload4j</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 
@@ -119,6 +135,14 @@ under the License.
                                        <groupId>jdk.tools</groupId>
                                        <artifactId>jdk.tools</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>ch.qos.reload4j</groupId>
+                                       <artifactId>reload4j</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.slf4j</groupId>
+                                       <artifactId>slf4j-reload4j</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 
@@ -136,6 +160,14 @@ under the License.
                                        <groupId>org.slf4j</groupId>
                                        <artifactId>slf4j-log4j12</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>ch.qos.reload4j</groupId>
+                                       <artifactId>reload4j</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.slf4j</groupId>
+                                       <artifactId>slf4j-reload4j</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 

Reply via email to