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 1b592c2be81c1f3438645c791a0e41ffeda89cad Author: Shiyan Xu <[email protected]> AuthorDate: Sat Jan 28 12:45:02 2023 -0600 Revert "[MINOR] Add `hudi-platform-service` and `hudi-metaserver-server-bundle` to root pom (#7774)" (#7782) This reverts commit 7352661283ef0ab9a321f6947741ea620b2d0f59. --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index 35d6e3138ea..92905f85b95 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,6 @@ <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> @@ -55,7 +54,6 @@ <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>
