zentol commented on code in PR #22359:
URL: https://github.com/apache/flink/pull/22359#discussion_r1159528643


##########
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:
   This seems incorrect. If it has a test scope then the loader won't bundle 
it, nor will it ever make it's way to the kafka tests (since test dependencies 
aren't transitive).



-- 
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

Reply via email to