Skip to content

Commit 7fde39a

Browse files
committed
Remove hardcoded kafka-clients from spring-kafka-3.x scenario (same fix as 2.3.x)
1 parent c32c500 commit 7fde39a

File tree

1 file changed

+1
-11
lines changed
  • test/plugin/scenarios/spring-kafka-3.x-scenario

1 file changed

+1
-11
lines changed

test/plugin/scenarios/spring-kafka-3.x-scenario/pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,7 @@
5555
</exclusion>
5656
</exclusions>
5757
</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>
58+
<!-- Let spring-kafka pull the matching kafka-clients version transitively -->
6959
<dependency>
7060
<groupId>com.squareup.okhttp3</groupId>
7161
<artifactId>okhttp</artifactId>

0 commit comments

Comments
 (0)