zentol opened a new pull request #17535:
URL: https://github.com/apache/flink/pull/17535


   Maven does not properly resolve `dependencyManagement` entries if the 
parent/child module declare one for the same dependency with different 
properties being used in the `artifactId.` Our builds were only as expected 
because we were accidentally using the plain `scala.binary.version` property 
for `parser-combinators.`
   Hence we unfortunately need to use the same property names, which should 
however not cause issues in the future (if say, a 2.13 profile is introduced), 
because the properties defined in the child take precedence.
   


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