You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by hu...@apache.org on 2019/06/25 22:16:58 UTC

[helix] 01/07: Enable helix-front in pom.xml

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 <hu...@linkedin.com>
AuthorDate: Sun Jun 2 16:55:24 2019 -0700

    Enable helix-front in pom.xml
    
    Signed-off-by: Hunter Lee <hu...@linkedin.com>
---
 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>