fix package bug (#9051)

This commit is contained in:
zixi0825 2022-03-21 19:57:03 +08:00 committed by GitHub
parent bae9f16b6c
commit 63a10037a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -193,7 +193,7 @@
<id>make-assembly</id>
<phase>package</phase>
<goals>
<goal>assembly</goal>
<goal>single</goal>
</goals>
</execution>
</executions>

View File

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