Skip to content

Commit 1ca1cba

Browse files
committed
(cherry picked from commit 80d4893)
1 parent b9241fb commit 1ca1cba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

wrappercommon/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
<artifactId>log4j-core</artifactId>
3030
<version>${log4j.version}</version>
3131
</dependency>
32+
<dependency>
33+
<groupId>commons-io</groupId>
34+
<artifactId>commons-io</artifactId>
35+
<version>${commons-io.version}</version>
36+
</dependency>
3237
<dependency>
3338
<groupId>org.apache.wss4j</groupId>
3439
<artifactId>wss4j-ws-security-common</artifactId>

0 commit comments

Comments
 (0)