Revert "Move PluginsService to its own internal package (#109872)" (#109946)

This reverts commit b9e7965184.
This commit is contained in:
Patrick Doyle 2024-06-19 18:10:50 -04:00 committed by GitHub
parent b9e7965184
commit 43b2e877e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
87 changed files with 87 additions and 180 deletions

View file

@ -460,5 +460,4 @@ module org.elasticsearch.server {
org.elasticsearch.serverless.shardhealth,
org.elasticsearch.serverless.apifiltering;
exports org.elasticsearch.lucene.spatial;
exports org.elasticsearch.plugins.loading to org.elasticsearch.deprecation, org.elasticsearch.plugins.cli;
}