We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9241fb commit 1ca1cbaCopy full SHA for 1ca1cba
wrappercommon/pom.xml
@@ -29,6 +29,11 @@
29
<artifactId>log4j-core</artifactId>
30
<version>${log4j.version}</version>
31
</dependency>
32
+ <dependency>
33
+ <groupId>commons-io</groupId>
34
+ <artifactId>commons-io</artifactId>
35
+ <version>${commons-io.version}</version>
36
+ </dependency>
37
<dependency>
38
<groupId>org.apache.wss4j</groupId>
39
<artifactId>wss4j-ws-security-common</artifactId>
0 commit comments