Skip to content

Commit

Permalink
Get rid of JDK7 warning by keeping jackson-databind
Browse files Browse the repository at this point in the history
  • Loading branch information
barbeau committed Apr 15, 2020
1 parent c157e87 commit 506e03f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/cli-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jar {
shadowJar {
minimize {
exclude(dependency('org.apache.logging.log4j:log4j-core'))
exclude(dependency('com.fasterxml.jackson.core:jackson-databind'))
}
// Change the JAR name from cli-app to gtfs-validator
archiveBaseName = rootProject.name
Expand Down

0 comments on commit 506e03f

Please sign in to comment.