NIFI-9616: Included SLF4J bridge libraries in NiFi Stateless Kafka Connect assembly (#5697)

This commit is contained in:
Peter Turcsanyi 2022-01-24 14:33:11 +01:00 committed by GitHub
parent e2243500d3
commit 82f78f01b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -87,6 +87,23 @@
<version>1.16.0-SNAPSHOT</version> <version>1.16.0-SNAPSHOT</version>
</dependency> </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 --> <!-- NAR files to include -->
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>