Skip to content

Commit eb3e48a

Browse files
committed
exclude commons-io from kafka
Signed-off-by: Piotr Płaczek <piotrpdev@gmail.com>
1 parent 5696fdf commit eb3e48a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@
169169
<groupId>ch.qos.logback</groupId>
170170
<artifactId>logback-classic</artifactId>
171171
</exclusion>
172+
<!-- Pulled in transitively via Testcontainers -->
173+
<exclusion>
174+
<groupId>commons-io</groupId>
175+
<artifactId>commons-io</artifactId>
176+
</exclusion>
172177
</exclusions>
173178
<scope>provided</scope>
174179
</dependency>
@@ -197,6 +202,11 @@
197202
<groupId>ch.qos.logback</groupId>
198203
<artifactId>logback-classic</artifactId>
199204
</exclusion>
205+
<!-- Pulled in transitively via Testcontainers -->
206+
<exclusion>
207+
<groupId>commons-io</groupId>
208+
<artifactId>commons-io</artifactId>
209+
</exclusion>
200210
</exclusions>
201211
<!-- The user needs to provide this dependency only if they wish to use in-VM kafka with a Zookeeper
202212
controller. If they are using in-VM kafka in KRaft node, or container kafka with Zookeeper, it is not

0 commit comments

Comments
 (0)