mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Fix qualified export for serverless metering (#98106)
the module name of serverless metering is org.elasticsearch.metering previously an incorrect name co.elastic.metering was used
This commit is contained in:
parent
0c308e2246
commit
0aed016215
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ module org.elasticsearch.server {
|
|||
|
||||
exports org.elasticsearch.action.datastreams.lifecycle;
|
||||
exports org.elasticsearch.action.downsample;
|
||||
exports org.elasticsearch.plugins.internal to co.elastic.elasticsearch.metering, org.elasticsearch.settings.secure;
|
||||
exports org.elasticsearch.plugins.internal to org.elasticsearch.metering, org.elasticsearch.settings.secure;
|
||||
|
||||
provides java.util.spi.CalendarDataProvider with org.elasticsearch.common.time.IsoCalendarDataProvider;
|
||||
provides org.elasticsearch.xcontent.ErrorOnUnknown with org.elasticsearch.common.xcontent.SuggestingErrorOnUnknown;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue