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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
