This is an automated email from the ASF dual-hosted git repository. hulee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/helix.git
commit 9d812b714efa2e3e5e48f8e5c5ac76a974fad647 Author: Hunter Lee <[email protected]> AuthorDate: Sun Jun 2 16:55:24 2019 -0700 Enable helix-front in pom.xml Signed-off-by: Hunter Lee <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ca87aae..fb50bfd 100644 --- a/pom.xml +++ b/pom.xml @@ -245,7 +245,7 @@ under the License. <module>helix-admin-webapp</module> <module>helix-rest</module> <module>helix-agent</module> - <!--<module>helix-front</module>--> + <module>helix-front</module> <module>recipes</module> </modules>
