We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba9526 commit 362e2e3Copy full SHA for 362e2e3
x-pack/plugin/search-business-rules/src/main/java/module-info.java
@@ -16,4 +16,7 @@
16
requires org.elasticsearch.xcore;
17
18
exports org.elasticsearch.xpack.searchbusinessrules;
19
+
20
+ provides org.elasticsearch.features.FeatureSpecification with org.elasticsearch.xpack.searchbusinessrules.SearchBusinessRulesFeatures;
21
+ provides org.elasticsearch.plugins.SearchPlugin with org.elasticsearch.xpack.searchbusinessrules.SearchBusinessRules;
22
}
0 commit comments