mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
Export reservedstate.service to serverless (MP-1956)
This commit is contained in:
parent
51145f7205
commit
7e890acabb
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ module org.elasticsearch.server {
|
|||
exports org.elasticsearch.repositories.blobstore;
|
||||
exports org.elasticsearch.repositories.fs;
|
||||
exports org.elasticsearch.reservedstate;
|
||||
exports org.elasticsearch.reservedstate.service to org.elasticsearch.multiproject;
|
||||
exports org.elasticsearch.reservedstate.service to org.elasticsearch.multiproject, org.elasticsearch.serverless.multiproject;
|
||||
exports org.elasticsearch.rest;
|
||||
exports org.elasticsearch.rest.action;
|
||||
exports org.elasticsearch.rest.action.admin.cluster;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue