Skip to content

Commit 4646d3f

Browse files
committed
improve comment explaining why commons-io is excluded.
Signed-off-by: Keith Wall <[email protected]>
1 parent 3e287ca commit 4646d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
<groupId>ch.qos.logback</groupId>
170170
<artifactId>logback-classic</artifactId>
171171
</exclusion>
172-
<!-- Pulled in transitively via Testcontainers -->
172+
<!-- Version supplied by Kafka 3.9 and below is incompatible (too old) for Testcontainers 2.0 -->
173173
<exclusion>
174174
<groupId>commons-io</groupId>
175175
<artifactId>commons-io</artifactId>
@@ -202,7 +202,7 @@
202202
<groupId>ch.qos.logback</groupId>
203203
<artifactId>logback-classic</artifactId>
204204
</exclusion>
205-
<!-- Pulled in transitively via Testcontainers -->
205+
<!-- Version supplied by Zookeeper is incompatible (too old) for Testcontainers 2.0 -->
206206
<exclusion>
207207
<groupId>commons-io</groupId>
208208
<artifactId>commons-io</artifactId>

0 commit comments

Comments
 (0)