Skip to content

Commit

Permalink
Remove unused log4j dependency in metafacture-biblio
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Sep 16, 2022
1 parent a681c89 commit 384c854
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metafacture-biblio/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ dependencies {
exclude group: 'xercesImpl', module: 'xercesImpl'
exclude group: 'xml-apis', module: 'xml-apis'
}
implementation 'log4j:log4j:1.2.17'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.5.5'
}

0 comments on commit 384c854

Please sign in to comment.