zentol commented on PR #21232:
URL: https://github.com/apache/flink/pull/21232#issuecomment-1302087157
Let's add this exclusion to snappy-java and commons-compress in the root pom:
```
<exclusions>
<exclusion>
<!-- Causes unnecessary
dependency convergence errors; see MENFORCER-437 -->
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
</exclusion>
</exclusions>
```
--
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]