You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "zhfeng (via GitHub)" <gi...@apache.org> on 2023/04/07 09:50:52 UTC

[GitHub] [camel-quarkus] zhfeng commented on issue #4722: [camel-main] Xml tests: Better handling of http client (registration of org.apache.hc.client5.http.impl.auth.NTLMEngineImp)

zhfeng commented on issue #4722:
URL: https://github.com/apache/camel-quarkus/issues/4722#issuecomment-1500131589

   `httpclient5` is an transitive dependency of `camel-xslt-saxon`
   ```
   [INFO] |  \- org.apache.camel:camel-xslt-saxon:jar:4.0.0-M2:compile
   [INFO] |     \- net.sf.saxon:Saxon-HE:jar:11.4:compile
   [INFO] |        +- org.xmlresolver:xmlresolver:jar:4.4.3:compile
   [INFO] |        |  +- org.apache.httpcomponents.client5:httpclient5:jar:5.2.1:runtime
   [INFO] |        |  |  \- org.apache.httpcomponents.core5:httpcore5-h2:jar:5.2:runtime
   [INFO] |        |  \- org.apache.httpcomponents.core5:httpcore5:jar:5.2.1:runtime
   [INFO] |        \- org.xmlresolver:xmlresolver:jar:data:4.4.3:compile
   ```
   
   since it is not supported in native, so I seperate it into a jvm test group. see https://github.com/apache/camel-quarkus/pull/4753


-- 
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