You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ke...@apache.org on 2022/09/11 11:14:13 UTC

[dolphinscheduler] branch dev updated: Add chunjun in dolphinscheduler-task-all/pom.xml (#11375)

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

kezhenxu94 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 1164cb776d Add chunjun in dolphinscheduler-task-all/pom.xml (#11375)
1164cb776d is described below

commit 1164cb776de194b8059f26f2d7a069b484fe2498
Author: W.XING <wx...@163.com>
AuthorDate: Sun Sep 11 19:14:05 2022 +0800

    Add chunjun in dolphinscheduler-task-all/pom.xml (#11375)
---
 dolphinscheduler-task-plugin/dolphinscheduler-task-all/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-all/pom.xml b/dolphinscheduler-task-plugin/dolphinscheduler-task-all/pom.xml
index ff252760ab..8e500cbedd 100644
--- a/dolphinscheduler-task-plugin/dolphinscheduler-task-all/pom.xml
+++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-all/pom.xml
@@ -212,6 +212,12 @@
             <artifactId>dolphinscheduler-task-hivecli</artifactId>
             <version>${project.version}</version>
         </dependency>
+
+        <dependency>
+            <groupId>org.apache.dolphinscheduler</groupId>
+            <artifactId>dolphinscheduler-task-chunjun</artifactId>
+            <version>${project.version}</version>
+        </dependency>
     </dependencies>
 
 </project>