Skip to content

Commit

Permalink
chore: Remove remaining references to log4j (#1077)
Browse files Browse the repository at this point in the history
GTFS Validator uses Flogger for logging. The validator is not affected by Log4Shell.

https://en.wikipedia.org/wiki/Log4Shell
  • Loading branch information
aababilov authored Dec 16, 2021
1 parent cacbc48 commit a871d4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jar {

shadowJar {
minimize {
exclude(dependency('org.apache.logging.log4j:log4j-core'))
exclude(dependency('org.apache.httpcomponents:httpclient'))
}
// Change the JAR name from cli-app to gtfs-validator
Expand Down
14 changes: 0 additions & 14 deletions main/src/main/resources/log4j2.xml

This file was deleted.

0 comments on commit a871d4b

Please sign in to comment.