You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2022/01/24 13:33:27 UTC

[nifi] branch main updated: NIFI-9616: Included SLF4J bridge libraries in NiFi Stateless Kafka Connect assembly (#5697)

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

markap14 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 82f78f0  NIFI-9616: Included SLF4J bridge libraries in NiFi Stateless Kafka Connect assembly (#5697)
82f78f0 is described below

commit 82f78f01b9c553c65d14631593c23d70bf70ea3f
Author: Peter Turcsanyi <35...@users.noreply.github.com>
AuthorDate: Mon Jan 24 14:33:11 2022 +0100

    NIFI-9616: Included SLF4J bridge libraries in NiFi Stateless Kafka Connect assembly (#5697)
---
 .../nifi-kafka-connector-assembly/pom.xml               | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/nifi-external/nifi-kafka-connect/nifi-kafka-connector-assembly/pom.xml b/nifi-external/nifi-kafka-connect/nifi-kafka-connector-assembly/pom.xml
index ba8ab14..240d3da 100644
--- a/nifi-external/nifi-kafka-connect/nifi-kafka-connector-assembly/pom.xml
+++ b/nifi-external/nifi-kafka-connect/nifi-kafka-connector-assembly/pom.xml
@@ -87,6 +87,23 @@
             <version>1.16.0-SNAPSHOT</version>
         </dependency>
 
+        <!-- SLF4J bridges to include -->
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>jcl-over-slf4j</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>log4j-over-slf4j</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>jul-to-slf4j</artifactId>
+            <scope>compile</scope>
+        </dependency>
+
         <!-- NAR files to include -->
         <dependency>
             <groupId>org.apache.nifi</groupId>