XComp commented on a change in pull request #18692: URL: https://github.com/apache/flink/pull/18692#discussion_r803608001
########## File path: flink-filesystems/flink-s3-fs-presto/pom.xml ########## @@ -46,6 +46,36 @@ under the License. <scope>provided</scope> </dependency> + <!-- flink-runtime and curator dependencies are needed for the HAJobRunOnObjectSToreITCase --> + <dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-runtime</artifactId> + <version>${project.version}</version> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-runtime</artifactId> + <version>${project.version}</version> + <type>test-jar</type> + <classifier>tests</classifier> Review comment: It took me a bit to realize that you didn't mean the entire dependency but the `<classifier/>` :-D Fair enough, I guess, that ended up in the code while trying to integrate the test jars. -- 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