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

ethanfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new 34d70ca7a [CELEBORN-1530][FOLLOWUP] Exclude web modules by default
34d70ca7a is described below

commit 34d70ca7a4efd5812e306014407c6aa774294779
Author: mingji <[email protected]>
AuthorDate: Thu Nov 28 16:28:08 2024 +0800

    [CELEBORN-1530][FOLLOWUP] Exclude web modules by default
    
    ### What changes were proposed in this pull request?
    Exclude web modules by default.
    
    ### Why are the changes needed?
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    
    Closes #2961 from FMX/b1530-1.
    
    Authored-by: mingji <[email protected]>
    Signed-off-by: mingji <[email protected]>
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 22bce25ca..ac198dd5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,6 @@
     <module>service</module>
     <module>master</module>
     <module>worker</module>
-    <module>web</module>
     <module>cli</module>
   </modules>
 

Reply via email to