zentol commented on code in PR #20574: URL: https://github.com/apache/flink/pull/20574#discussion_r947786105
########## flink-runtime/pom.xml: ########## @@ -179,6 +179,11 @@ under the License. <artifactId>flink-test-utils-junit</artifactId> </dependency> + <dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-shaded-jackson-module-jsonSchema</artifactId> + </dependency> Review Comment: > The scope test cannot be used to transfer dependencies. Then downstream modules (like flink-runtime-web / sql-gateway) should declare it again as a test dependency. That's just a downside of test-jars we have to live with. -- 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