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 209beb1 commit 19a4c44Copy full SHA for 19a4c44
logging/log4j2/build.gradle
@@ -33,6 +33,6 @@ projectPomDescription = "This module provides a $project.msftAppInsights appende
33
// endregion Publishing properties
34
35
dependencies {
36
- implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.11.0'
+ compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.11.0'
37
annotationProcessor group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.11.0'
38
}
0 commit comments