You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/05/22 15:03:08 UTC

[dolphinscheduler] branch dev updated: fix dist packaging lacks alert jar. (#5536)

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 802f4af  fix dist packaging lacks alert jar. (#5536)
802f4af is described below

commit 802f4af15912141339de1988bae6a1c048e07693
Author: zhuangchong <37...@users.noreply.github.com>
AuthorDate: Sat May 22 23:02:55 2021 +0800

    fix dist packaging lacks alert jar. (#5536)
---
 dolphinscheduler-dist/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dolphinscheduler-dist/pom.xml b/dolphinscheduler-dist/pom.xml
index fea9d4a..a329aaa 100644
--- a/dolphinscheduler-dist/pom.xml
+++ b/dolphinscheduler-dist/pom.xml
@@ -41,6 +41,11 @@
             <groupId>org.apache.dolphinscheduler</groupId>
             <artifactId>dolphinscheduler-api</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>org.apache.dolphinscheduler</groupId>
+            <artifactId>dolphinscheduler-alert</artifactId>
+        </dependency>
     </dependencies>
 
     <profiles>