Skip to content

Commit d75f7dc

Browse files
committed
exclude slf4j-api from kafka-oauth-client client
1 parent e7ddcf7 commit d75f7dc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • shaded-strimzi-kafka-oauth-client

shaded-strimzi-kafka-oauth-client/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@
4242
<groupId>io.strimzi</groupId>
4343
<artifactId>kafka-oauth-client</artifactId>
4444
<version>${strimzi.kafka-oauth-client.version}</version>
45+
<exclusions>
46+
<exclusion>
47+
<groupId>org.slf4j</groupId>
48+
<artifactId>slf4j-api</artifactId>
49+
</exclusion>
50+
</exclusions>
4551
</dependency>
4652

4753
</dependencies>

0 commit comments

Comments
 (0)