You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/04/12 06:53:26 UTC

[dolphinscheduler] branch 3.0.0-alpha-prepare updated: Add python module dependency in the dist module (#9450)

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

zhongjiajie pushed a commit to branch 3.0.0-alpha-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/3.0.0-alpha-prepare by this push:
     new 2c4d44dcf9 Add python module dependency in the dist module (#9450)
2c4d44dcf9 is described below

commit 2c4d44dcf9aaad4dff20547892ea99cd47f97355
Author: Kerwin <37...@users.noreply.github.com>
AuthorDate: Tue Apr 12 14:53:20 2022 +0800

    Add python module dependency in the dist module (#9450)
---
 dolphinscheduler-dist/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dolphinscheduler-dist/pom.xml b/dolphinscheduler-dist/pom.xml
index facd272043..78b639f284 100644
--- a/dolphinscheduler-dist/pom.xml
+++ b/dolphinscheduler-dist/pom.xml
@@ -65,6 +65,11 @@
             <groupId>org.apache.dolphinscheduler</groupId>
             <artifactId>dolphinscheduler-tools</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>org.apache.dolphinscheduler</groupId>
+            <artifactId>dolphinscheduler-python</artifactId>
+        </dependency>
     </dependencies>
 
     <profiles>