WangJPLeo commented on code in PR #11264:
URL: https://github.com/apache/dolphinscheduler/pull/11264#discussion_r936607184
##########
dolphinscheduler-api/pom.xml:
##########
@@ -64,6 +64,10 @@
<groupId>org.apache.dolphinscheduler</groupId>
<artifactId>dolphinscheduler-registry-all</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.dolphinscheduler</groupId>
+ <artifactId>dolphinscheduler-server</artifactId>
+ </dependency>
Review Comment:
After reading the PR of #10506, the dependency of Api on the Server service
was removed in the latest commit, and the ApiHeartBeatTask was separated to
prepare for the next refactoring merge. @ruanwenjun
--
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]