File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments