Skip to content

Commit

Permalink
fix compile dependencies in log4j2 appender pom
Browse files Browse the repository at this point in the history
  • Loading branch information
littleaj committed Jul 9, 2019
1 parent 209beb1 commit 19a4c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging/log4j2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ projectPomDescription = "This module provides a $project.msftAppInsights appende
// endregion Publishing properties

dependencies {
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'
annotationProcessor group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.11.0'
}

0 comments on commit 19a4c44

Please sign in to comment.