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

caishunfeng 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 63a1003  fix package bug (#9051)
63a1003 is described below

commit 63a10037a66b4b420a320f026cebcb2ab08833d8
Author: zixi0825 <[email protected]>
AuthorDate: Mon Mar 21 19:57:03 2022 +0800

    fix package bug (#9051)
---
 dolphinscheduler-data-quality/pom.xml                                | 2 +-
 .../dolphinscheduler-task-dataquality/pom.xml                        | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/dolphinscheduler-data-quality/pom.xml 
b/dolphinscheduler-data-quality/pom.xml
index 2dedfa2..c73adaf 100644
--- a/dolphinscheduler-data-quality/pom.xml
+++ b/dolphinscheduler-data-quality/pom.xml
@@ -193,7 +193,7 @@
                         <id>make-assembly</id>
                         <phase>package</phase>
                         <goals>
-                            <goal>assembly</goal>
+                            <goal>single</goal>
                         </goals>
                     </execution>
                 </executions>
diff --git 
a/dolphinscheduler-task-plugin/dolphinscheduler-task-dataquality/pom.xml 
b/dolphinscheduler-task-plugin/dolphinscheduler-task-dataquality/pom.xml
index 4376723..7b87568 100644
--- a/dolphinscheduler-task-plugin/dolphinscheduler-task-dataquality/pom.xml
+++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-dataquality/pom.xml
@@ -44,6 +44,11 @@
             <artifactId>dolphinscheduler-datasource-api</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.dolphinscheduler</groupId>
+            <artifactId>dolphinscheduler-data-quality</artifactId>
+            <version>${project.version}</version>
+        </dependency>
     </dependencies>
 
 </project>
\ No newline at end of file

Reply via email to