From 4221ee2433d6a4ffeb75347f8edbc45a7d835118 Mon Sep 17 00:00:00 2001
From: Kerwin <37063904+zhuangchong@users.noreply.github.com>
Date: Fri, 15 Apr 2022 13:53:37 +0800
Subject: [PATCH] Add python module dependency in the dist module (#9506)
---
dolphinscheduler-dist/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dolphinscheduler-dist/pom.xml b/dolphinscheduler-dist/pom.xml
index 0ec4ef7f06..1639ab7660 100644
--- a/dolphinscheduler-dist/pom.xml
+++ b/dolphinscheduler-dist/pom.xml
@@ -65,6 +65,11 @@
org.apache.dolphinscheduler
dolphinscheduler-tools
+
+
+ org.apache.dolphinscheduler
+ dolphinscheduler-python
+