Skip to content

Commit 2eb20f7

Browse files
committed
remove log4j-to-slf4j (log4j-slf4j-impl is used)
1 parent 1a6a9c7 commit 2eb20f7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

samples/struts2/pet-store/build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
814
dependencies {
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',

0 commit comments

Comments
 (0)