rmetzger opened a new pull request #13599: URL: https://github.com/apache/flink/pull/13599
## What is the purpose of the change Building Flink with Maven 3.3+ will fail, because the enforcer plugin detects banned dependencies. These dependencies are removed by shading, but since the dependency tree is immutable in these versions, the maven enforcer plugin won't see these removals. ## Brief change log - Move the dependency ban into the release profile. ## Verifying this change Manually verified locally with Maven 3.6.3 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
