slinkydeveloper commented on a change in pull request #18272:
URL: https://github.com/apache/flink/pull/18272#discussion_r778992411



##########
File path: flink-table/flink-table-planner/pom.xml
##########
@@ -196,14 +189,15 @@ under the License.
                        <!-- For legacy string expressions in Table API -->
                        <groupId>org.scala-lang.modules</groupId>
                        
<artifactId>scala-parser-combinators_${scala.binary.version}</artifactId>
+                       <scope>provided</scope>

Review comment:
       It doesn't matter, as we package it in table planner, so it doesn't need 
to be pulled in transitively for modules depending on `flink-table-planner` 
directly.




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