galenwarren commented on pull request #18452: URL: https://github.com/apache/flink/pull/18452#issuecomment-1019527513
@MartijnVisser I'm not sure how to run these license checks locally, so this is a bit of a guess. Previously, javax.annotation was excluded via a dependency exclusion, which seemed to work fine for Java 8 but, apparently, not for Java 11. With this change, javax.annotation.* is excluded via a filter in `maven-shade-plugin`, perhaps this will work better for Java 11. -- 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]
