This is an automated email from the ASF dual-hosted git repository.
jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new bc11a1981 Remove helix-front and helix-webadmin from pom
bc11a1981 is described below
commit bc11a198160b7924c6d025f4a22ddbfd7d89b3ee
Author: Junkai Xue <[email protected]>
AuthorDate: Tue Jun 18 13:07:58 2024 -0700
Remove helix-front and helix-webadmin from pom
---
pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1827b8e1e..42aaad859 100644
--- a/pom.xml
+++ b/pom.xml
@@ -312,11 +312,9 @@
<module>zookeeper-api</module>
<module>helix-common</module>
<module>helix-core</module>
- <module>helix-admin-webapp</module>
<module>helix-rest</module>
<module>helix-lock</module>
<module>helix-agent</module>
- <!--<module>helix-front</module> disable build for helix-front-->
<module>recipes</module>
<module>helix-view-aggregator</module>
<module>meta-client</module>