xpack plugin can be isolated now that we have xpack extension support
Original commit: elastic/x-pack-elasticsearch@9f742c754f
This commit is contained in:
parent
0f8f70a404
commit
1fa22c921a
|
@ -6,8 +6,6 @@ esplugin {
|
||||||
name 'xpack'
|
name 'xpack'
|
||||||
description 'Elasticsearch Expanded Pack Plugin'
|
description 'Elasticsearch Expanded Pack Plugin'
|
||||||
classname 'org.elasticsearch.xpack.XPackPlugin'
|
classname 'org.elasticsearch.xpack.XPackPlugin'
|
||||||
// FIXME we still can't be isolated due to shield custom realms
|
|
||||||
isolated false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ext.versions = [
|
ext.versions = [
|
||||||
|
|
Loading…
Reference in New Issue