SQL: Drop requirement to have keystore (elastic/x-pack-elasticsearch#3896)

SQL doesn't need the keystore. We required it by mistake.

Original commit: elastic/x-pack-elasticsearch@6840637feb
This commit is contained in:
Nik Everett 2018-02-09 17:17:46 -05:00 committed by GitHub
parent 24c6a21d8f
commit 45ac81127a
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ esplugin {
name 'x-pack-sql'
description 'The Elasticsearch plugin that powers SQL for Elasticsearch'
classname 'org.elasticsearch.xpack.sql.plugin.SqlPlugin'
requiresKeystore true
extendedPlugins = ['x-pack-core']
}