This is an automated email from the ASF dual-hosted git repository. zhfeng pushed a commit to branch 3.2.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/3.2.x by this push: new 992ca59010 Xslt-saxon: native build fails because of BrotliInputSreamFactory (#5352) 992ca59010 is described below commit 992ca590107045a46d3acbab9dcc12f6db8dbcd9 Author: JiriOndrusek <ondrusek.j...@gmail.com> AuthorDate: Tue Sep 26 03:26:51 2023 +0200 Xslt-saxon: native build fails because of BrotliInputSreamFactory (#5352) --- extensions/xslt-saxon/runtime/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/extensions/xslt-saxon/runtime/pom.xml b/extensions/xslt-saxon/runtime/pom.xml index b474e3e146..75e408942c 100644 --- a/extensions/xslt-saxon/runtime/pom.xml +++ b/extensions/xslt-saxon/runtime/pom.xml @@ -48,6 +48,11 @@ <groupId>org.brotli</groupId> <artifactId>dec</artifactId> </dependency> + <!-- Required for the native build of the simple app with this extension only --> + <dependency> + <groupId>org.apache.httpcomponents.core5</groupId> + <artifactId>httpcore5</artifactId> + </dependency> </dependencies> <build>