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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to