This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch 3.33.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/3.33.x by this push:
new 0eff187536 Add org.apache.httpcomponents & com.github.luben to
ignoredOverlaps
0eff187536 is described below
commit 0eff1875363312fb09737d53f1b6985d8e9a71d5
Author: James Netherton <[email protected]>
AuthorDate: Fri Sep 11 08:37:17 2026 +0100
Add org.apache.httpcomponents & com.github.luben to ignoredOverlaps
---
poms/bom/pom.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 27d137c1e4..61068d582c 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -8693,7 +8693,11 @@
<baseBomPath>${project.basedir}/src/main/generated/flattened-reduced-pom.xml</baseBomPath>
<ignoredOverlaps>
<ignoredOverlap>org.glassfish.jaxb:jaxb-runtime</ignoredOverlap><!-- Comes from
quarkus-cxf-bom -->
-
<ignoredOverlap>io.projectreactor:reactor-core</ignoredOverlap><!-- See
https://github.com/apache/camel-quarkus/issues/9139 -->
+ <!-- TODO:
https://github.com/apache/camel-quarkus/issues/9139 -->
+
<ignoredOverlap>io.projectreactor:reactor-core</ignoredOverlap>
+
<ignoredOverlap>org.apache.httpcomponents.client5:*</ignoredOverlap>
+
<ignoredOverlap>org.apache.httpcomponents.core5:*</ignoredOverlap>
+
<ignoredOverlap>com.github.luben:zstd-jni</ignoredOverlap>
</ignoredOverlaps>
</configuration>
</execution>