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

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new f5dde9f  Fix missing UI modules during compilation (#6398)
f5dde9f is described below

commit f5dde9fb5e59adf61e6283951c99569ff35d4141
Author: Tandoy <[email protected]>
AuthorDate: Wed Sep 29 11:21:02 2021 +0800

    Fix missing UI modules during compilation (#6398)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eb00309..0cc4f5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1215,7 +1215,7 @@
         <module>dolphinscheduler-alert-plugin</module>
         <module>dolphinscheduler-registry-plugin</module>
         <module>dolphinscheduler-task-plugin</module>
-<!--        <module>dolphinscheduler-ui</module>-->
+        <module>dolphinscheduler-ui</module>
         <module>dolphinscheduler-server</module>
         <module>dolphinscheduler-common</module>
         <module>dolphinscheduler-api</module>

Reply via email to