Skip to content

Commit 3e287ca

Browse files
committed
Revert "deps: remove superfluous commons-io exclusion"
This reverts commit 4926867.
1 parent 4926867 commit 3e287ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 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>

0 commit comments

Comments
 (0)