caishunfeng commented on code in PR #11589:
URL:
https://github.com/apache/dolphinscheduler/pull/11589#discussion_r1028912061
##########
dolphinscheduler-task-plugin/dolphinscheduler-task-sqoop/pom.xml:
##########
@@ -48,5 +48,10 @@
<artifactId>dolphinscheduler-datasource-api</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.dolphinscheduler</groupId>
+ <artifactId>dolphinscheduler-service</artifactId>
+ <version>${project.version}</version>
+ </dependency>
Review Comment:
> I am not sure wether we should dependent `dolphinscheduler-service` in
task plugin or not
We should not add the service module in task-plugin, they are independent.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]