JiriOndrusek commented on code in PR #4592:
URL: https://github.com/apache/camel-quarkus/pull/4592#discussion_r1114074889


##########
extensions/zendesk/runtime/pom.xml:
##########
@@ -51,6 +51,12 @@
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-zendesk</artifactId>
+            <exclusions>
+                <exclusion>
+                    <artifactId>async-http-client</artifactId>
+                    <groupId>org.asynchttpclient</groupId>
+                </exclusion>
+            </exclusions>

Review Comment:
   I forgot to remove this exclude during my last update of the PR - I'll fix 
it in a moment



-- 
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-unsubscr...@camel.apache.org

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

Reply via email to