You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/08/04 08:17:13 UTC

[GitHub] [camel-quarkus] aldettinger commented on a change in pull request #2982: Polish dependency management

aldettinger commented on a change in pull request #2982:
URL: https://github.com/apache/camel-quarkus/pull/2982#discussion_r682394186



##########
File path: extensions-support/reactor-netty/runtime/pom.xml
##########
@@ -62,6 +62,12 @@
         <dependency>
             <groupId>io.projectreactor.netty</groupId>
             <artifactId>reactor-netty</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>io.netty</groupId>
+                    <artifactId>netty-resolver-dns-native-macos</artifactId>

Review comment:
       So, we are disabling netty dns resolvers on mac O/S ? Or maybe there is a kind of non native fallback dns ?




-- 
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: commits-unsubscribe@camel.apache.org

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