There was an error while loading. Please reload this page.
1 parent e7ddcf7 commit d75f7dcCopy full SHA for d75f7dc
1 file changed
shaded-strimzi-kafka-oauth-client/pom.xml
@@ -42,6 +42,12 @@
42
<groupId>io.strimzi</groupId>
43
<artifactId>kafka-oauth-client</artifactId>
44
<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>
51
</dependency>
52
53
</dependencies>
0 commit comments