nateab commented on code in PR #22359: URL: https://github.com/apache/flink/pull/22359#discussion_r1160394865
########## flink-table/flink-table-planner/pom.xml: ########## @@ -301,6 +301,13 @@ under the License. <version>${project.version}</version> <scope>test</scope> </dependency> + + <dependency> + <groupId>com.jayway.jsonpath</groupId> + <artifactId>json-path</artifactId> + <version>${jsonpath.version}</version> + <scope>test</scope> Review Comment: actually wait a second, i was only rebuilding the flink-table-planner module, i will try also rebuilding the other modules -- 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