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


##########
flink-table/flink-table-planner/pom.xml:
##########
@@ -301,6 +301,11 @@ under the License.
                        <version>${project.version}</version>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>com.jayway.jsonpath</groupId>
+                       <artifactId>json-path</artifactId>
+                       <version>2.4.0</version>
+               </dependency>

Review Comment:
   I have removed jayway from the `PlannerModule#KNOWN_MODULE_ASSOCIATIONS` and 
removed the explicit dependency in the planner, and added a dependency entry in 
`flink-table`
   
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to