Skip to content

Commit 471459c

Browse files
authored
Remove JndiLookup.class from the SQL command line tool (#81879) (#81884)
1 parent e9df312 commit 471459c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/sql/sql-cli/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ tasks.named("shadowJar").configure {
4646
manifest {
4747
attributes 'Main-Class': 'org.elasticsearch.xpack.sql.cli.Cli'
4848
}
49+
exclude '/org/apache/logging/log4j/core/lookup/JndiLookup.class'
4950
}
5051

5152
tasks.named('forbiddenApisMain').configure {

0 commit comments

Comments
 (0)