You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/11/03 13:08:46 UTC

[GitHub] [flink] zentol commented on pull request #21232: [FLINK-29867][build] Update maven-enforcer-plugin to 3.1.0

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-unsubscribe@flink.apache.org

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