Skip to content

Commit

Permalink
Remove JndiLookup.class from the SQL command line tool (#81879) (#81884)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHegarty committed Dec 17, 2021
1 parent e9df312 commit 471459c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugin/sql/sql-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ tasks.named("shadowJar").configure {
manifest {
attributes 'Main-Class': 'org.elasticsearch.xpack.sql.cli.Cli'
}
exclude '/org/apache/logging/log4j/core/lookup/JndiLookup.class'
}

tasks.named('forbiddenApisMain').configure {
Expand Down

0 comments on commit 471459c

Please sign in to comment.