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 43ac0b1 commit ffc2fcfCopy full SHA for ffc2fcf
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