You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/09/08 13:28:45 UTC

[GitHub] [incubator-seatunnel] zhuangchong commented on a diff in pull request #2602: [Improvement][seatunnel-server] Improve the scheduler module to support more scheduling plugins

zhuangchong commented on code in PR #2602:
URL: https://github.com/apache/incubator-seatunnel/pull/2602#discussion_r965971413


##########
pom.xml:
##########
@@ -206,6 +206,11 @@
                 <artifactId>seatunnel-config-shade</artifactId>
                 <version>${seatunnel.config.shade.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.seatunnel</groupId>
+                <artifactId>seatunnel-scheduler-api</artifactId>
+                <version>${project.version}</version>
+            </dependency>

Review Comment:
   ok, It has been modified.



-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org