We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32c500 commit 7fde39aCopy full SHA for 7fde39a
test/plugin/scenarios/spring-kafka-3.x-scenario/pom.xml
@@ -55,17 +55,7 @@
55
</exclusion>
56
</exclusions>
57
</dependency>
58
- <dependency>
59
- <groupId>org.apache.kafka</groupId>
60
- <artifactId>kafka-clients</artifactId>
61
- <version>${kafka-version}</version>
62
- <exclusions>
63
- <exclusion>
64
- <artifactId>slf4j-api</artifactId>
65
- <groupId>*</groupId>
66
- </exclusion>
67
- </exclusions>
68
- </dependency>
+ <!-- Let spring-kafka pull the matching kafka-clients version transitively -->
69
<dependency>
70
<groupId>com.squareup.okhttp3</groupId>
71
<artifactId>okhttp</artifactId>
0 commit comments