Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
fix: log4j included in log4j jar
Browse files Browse the repository at this point in the history
  • Loading branch information
xtex committed Oct 1, 2021
1 parent 73c5c80 commit e266403
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion log4j/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
dependencies {
implementation rootProject

implementation 'org.slf4j:slf4j-log4j12:2.0.0-alpha5'
implementation('org.slf4j:slf4j-log4j12:2.0.0-alpha5') {
exclude group: 'log4j', module: 'log4j'
}
}

0 comments on commit e266403

Please sign in to comment.