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 b02243c2f5 Add dolphinscheduler-task-all in api module (#10350)
b02243c2f5 is described below
commit b02243c2f5b34c40f7bdd6109e30fe4609ede93d
Author: Wenjun Ruan <[email protected]>
AuthorDate: Thu Jun 2 22:12:27 2022 +0800
Add dolphinscheduler-task-all in api module (#10350)
---
dolphinscheduler-api/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dolphinscheduler-api/pom.xml b/dolphinscheduler-api/pom.xml
index ec038fe5d2..7f7b1b2aae 100644
--- a/dolphinscheduler-api/pom.xml
+++ b/dolphinscheduler-api/pom.xml
@@ -53,7 +53,7 @@
<dependency>
<groupId>org.apache.dolphinscheduler</groupId>
- <artifactId>dolphinscheduler-task-api</artifactId>
+ <artifactId>dolphinscheduler-task-all</artifactId>
</dependency>
<dependency>