mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Remove custom SecurityManager (#127778)
Since SecurityManager is no longer used, the custom subclass of SecurityManager, SecureSM, is no longer needed.
This commit is contained in:
parent
197d9b32cc
commit
60ad8ba744
10 changed files with 0 additions and 592 deletions
|
@ -23,7 +23,6 @@ module org.elasticsearch.server {
|
|||
requires org.elasticsearch.nativeaccess;
|
||||
requires org.elasticsearch.geo;
|
||||
requires org.elasticsearch.lz4;
|
||||
requires org.elasticsearch.securesm;
|
||||
requires org.elasticsearch.xcontent;
|
||||
requires org.elasticsearch.logging;
|
||||
requires org.elasticsearch.plugin;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue