We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd1941 commit f16e6d1Copy full SHA for f16e6d1
x-pack/plugin/sql/sql-cli/build.gradle
@@ -57,6 +57,7 @@ jar {
57
}) {
58
// We don't need the META-INF from the things we bundle. For now.
59
exclude 'META-INF/*'
60
+ exclude 'org/apache/logging/log4j/core/lookup/JndiLookup.class'
61
}
62
manifest {
63
attributes 'Main-Class': 'org.elasticsearch.xpack.sql.cli.Cli'
0 commit comments