This is an automated email from the ASF dual-hosted git repository.

yihua pushed a commit to branch release-0.13.0
in repository https://gitbox.apache.org/repos/asf/hudi.git

commit 9dc6d7963461f2bb91ec15ae62d2c166eb6d7412
Author: Y Ethan Guo <[email protected]>
AuthorDate: Fri Jan 27 22:36:57 2023 -0800

    [MINOR] Add `hudi-platform-service` and `hudi-metaserver-server-bundle` to 
root pom (#7774)
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 92905f85b95..35d6e3138ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
     <module>hudi-gcp</module>
     <module>hudi-hadoop-mr</module>
     <module>hudi-spark-datasource</module>
+    <module>hudi-platform-service</module>
     <module>hudi-timeline-service</module>
     <module>hudi-utilities</module>
     <module>hudi-sync</module>
@@ -54,6 +55,7 @@
     <module>packaging/hudi-presto-bundle</module>
     <module>packaging/hudi-utilities-bundle</module>
     <module>packaging/hudi-utilities-slim-bundle</module>
+    <module>packaging/hudi-metaserver-server-bundle</module>
     <module>packaging/hudi-timeline-server-bundle</module>
     <module>packaging/hudi-trino-bundle</module>
     <module>hudi-examples</module>

Reply via email to