File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
samples/struts2/pet-store Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,20 @@ repositories {
55 mavenCentral()
66}
77
8+ configurations {
9+ implementation {
10+ exclude group : ' org.apache.logging.log4j' , module : ' log4j-to-slf4j'
11+ }
12+ }
13+
814dependencies {
915 implementation (
1016 ' com.amazonaws.serverless:aws-serverless-java-container-struts2:[1.0,)' ,
1117 ' org.apache.struts:struts2-convention-plugin:2.5.26' ,
1218 ' org.apache.struts:struts2-rest-plugin:2.5.26' ,
1319 ' org.apache.struts:struts2-bean-validation-plugin:2.5.26' ,
1420 ' org.apache.struts:struts2-junit-plugin:2.5.26' ,
15- ' com.jgeppert.struts2:struts2-aws-lambda-support-plugin:1.2 .0' ,
21+ ' com.jgeppert.struts2:struts2-aws-lambda-support-plugin:1.3 .0' ,
1622 ' org.hibernate:hibernate-validator:5.4.3.Final' ,
1723 ' com.fasterxml.jackson.core:jackson-databind:2.12.4' ,
1824 ' org.apache.logging.log4j:log4j-core:2.14.1' ,
You can’t perform that action at this time.
0 commit comments