Skip to content

Commit

Permalink
Add exclusion of io.netty:netty-resolver-dns-native-macos (apache#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
cunningt committed Aug 31, 2021
1 parent 650a710 commit 22b91a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions poms/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5162,6 +5162,12 @@
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-reactor-netty</artifactId>
<version>${camel-quarkus-community.version}</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-resolver-dns-native-macos</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
Expand Down

0 comments on commit 22b91a9

Please sign in to comment.