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 eae6ce8 commit 755752dCopy full SHA for 755752d
aws-serverless-java-container-struts/pom.xml
@@ -38,6 +38,12 @@
38
<groupId>org.apache.struts</groupId>
39
<artifactId>struts2-core</artifactId>
40
<version>${struts.version}</version>
41
+ <exclusions>
42
+ <exclusion>
43
+ <groupId>commons-io</groupId>
44
+ <artifactId>commons-io</artifactId>
45
+ </exclusion>
46
+ </exclusions>
47
</dependency>
48
<dependency>
49
0 commit comments