Skip to content

Commit 19a4c44

Browse files
committed
fix compile dependencies in log4j2 appender pom
1 parent 209beb1 commit 19a4c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logging/log4j2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ projectPomDescription = "This module provides a $project.msftAppInsights appende
3333
// endregion Publishing properties
3434

3535
dependencies {
36-
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.11.0'
36+
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.11.0'
3737
annotationProcessor group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.11.0'
3838
}

0 commit comments

Comments
 (0)