Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 45f4788

Browse files
committed
Update commons-io
1 parent ee79af4 commit 45f4788

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,18 @@
5252
<artifactId>monte-media</artifactId>
5353
<version>1.1.0-JAVA7</version>
5454
<type>jar</type>
55+
<exclusions>
56+
<exclusion>
57+
<artifactId>commons-io</artifactId>
58+
<groupId>commons-io</groupId>
59+
</exclusion>
60+
</exclusions>
61+
</dependency>
62+
<dependency>
63+
<groupId>commons-io</groupId>
64+
<artifactId>commons-io</artifactId>
65+
<version>2.11.0</version>
66+
<type>jar</type>
5567
</dependency>
5668
<dependency>
5769
<groupId>ru.sbtqa.tag</groupId>

0 commit comments

Comments
 (0)