Skip to content

Commit f16e6d1

Browse files
authored
[6.8] Remove JndiLookup.class from the SQL command line tool (#81892)
1 parent acd1941 commit f16e6d1

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
@@ -57,6 +57,7 @@ jar {
5757
}) {
5858
// We don't need the META-INF from the things we bundle. For now.
5959
exclude 'META-INF/*'
60+
exclude 'org/apache/logging/log4j/core/lookup/JndiLookup.class'
6061
}
6162
manifest {
6263
attributes 'Main-Class': 'org.elasticsearch.xpack.sql.cli.Cli'

0 commit comments

Comments
 (0)