Skip to content

Commit 755752d

Browse files
committed
chore(deps): update Struts to 7.0.0-M2 for testing
1 parent eae6ce8 commit 755752d

File tree

1 file changed

+6
-0
lines changed
  • aws-serverless-java-container-struts

1 file changed

+6
-0
lines changed

aws-serverless-java-container-struts/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@
3838
<groupId>org.apache.struts</groupId>
3939
<artifactId>struts2-core</artifactId>
4040
<version>${struts.version}</version>
41+
<exclusions>
42+
<exclusion>
43+
<groupId>commons-io</groupId>
44+
<artifactId>commons-io</artifactId>
45+
</exclusion>
46+
</exclusions>
4147
</dependency>
4248
<dependency>
4349
<groupId>org.apache.struts</groupId>

0 commit comments

Comments
 (0)