This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 7b74653 Exclude optional reactor-netty-http-brave
7b74653 is described below
commit 7b74653ebde068c914a28b3762819bcff227861a
Author: James Netherton <[email protected]>
AuthorDate: Wed Feb 23 14:38:19 2022 +0000
Exclude optional reactor-netty-http-brave
---
extensions-support/reactor-netty/runtime/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/extensions-support/reactor-netty/runtime/pom.xml
b/extensions-support/reactor-netty/runtime/pom.xml
index eaa22d6..26b3500 100644
--- a/extensions-support/reactor-netty/runtime/pom.xml
+++ b/extensions-support/reactor-netty/runtime/pom.xml
@@ -67,6 +67,10 @@
<groupId>io.netty</groupId>
<artifactId>netty-resolver-dns-native-macos</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>io.projectreactor.netty</groupId>
+ <artifactId>reactor-netty-http-brave</artifactId>
+ </exclusion>
</exclusions>
</dependency>
</dependencies>