浏览代码

Update module-info.java to export the esql package as well

Andrei Stefan 2 年之前
父节点
当前提交
e348cbc5b1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      x-pack/plugin/core/src/main/java/module-info.java

+ 1 - 0
x-pack/plugin/core/src/main/java/module-info.java

@@ -59,6 +59,7 @@ module org.elasticsearch.xcore {
     exports org.elasticsearch.xpack.core.enrich.action;
     exports org.elasticsearch.xpack.core.enrich;
     exports org.elasticsearch.xpack.core.eql;
+    exports org.elasticsearch.xpack.core.esql;
     exports org.elasticsearch.xpack.core.frozen.action;
     exports org.elasticsearch.xpack.core.frozen;
     exports org.elasticsearch.xpack.core.graph.action;