WencongLiu commented on code in PR #20574: URL: https://github.com/apache/flink/pull/20574#discussion_r947773101
########## 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: 1. The scope `test` cannot be used to transfer dependencies. 2. This dependency has been removed in the module `flink-runtime-web.` ########## 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: 1. The scope `test` cannot be used to transfer dependencies. 2. This dependency has been removed in the module `flink-runtime-web`. -- 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