We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e287ca commit 4646d3fCopy full SHA for 4646d3f
pom.xml
@@ -169,7 +169,7 @@
169
<groupId>ch.qos.logback</groupId>
170
<artifactId>logback-classic</artifactId>
171
</exclusion>
172
- <!-- Pulled in transitively via Testcontainers -->
+ <!-- Version supplied by Kafka 3.9 and below is incompatible (too old) for Testcontainers 2.0 -->
173
<exclusion>
174
<groupId>commons-io</groupId>
175
<artifactId>commons-io</artifactId>
@@ -202,7 +202,7 @@
202
203
204
205
+ <!-- Version supplied by Zookeeper is incompatible (too old) for Testcontainers 2.0 -->
206
207
208
0 commit comments