Add python module dependency in the dist module (#9450)

3.0.0-alpha-prepare
Kerwin 2022-04-12 14:53:20 +08:00 committed by GitHub
parent 9953e86b8e
commit 2c4d44dcf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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>