slinkydeveloper commented on a change in pull request #18134: URL: https://github.com/apache/flink/pull/18134#discussion_r773745037
########## File path: flink-table/flink-table-runtime/pom.xml ########## @@ -64,35 +62,38 @@ under the License. <version>${project.version}</version> </dependency> + <!-- Flink dependencies --> <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-streaming-java</artifactId> <version>${project.version}</version> - <scope>provided</scope> Review comment: Actually, for this one I can remove it as we pull it from api-java-bridge -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org