This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 5d7a131de2 Manage com.sun.xml.fastinfoset:FastInfoset
5d7a131de2 is described below

commit 5d7a131de207608195a0c4300f2699e3c2d6000e
Author: Zheng Feng <[email protected]>
AuthorDate: Thu Mar 21 09:18:08 2024 +0800

    Manage com.sun.xml.fastinfoset:FastInfoset
---
 poms/bom/pom.xml                                          |  1 +
 poms/bom/src/main/generated/flattened-reduced-pom.xml     | 15 +++++++++++++++
 .../src/main/generated/flattened-reduced-verbose-pom.xml  | 15 +++++++++++++++
 3 files changed, 31 insertions(+)

diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index a3ef0d6d00..0b364b5a04 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -7109,6 +7109,7 @@
                                 
<resolutionEntryPointInclude>com.ibm.mq:com.ibm.mq.jakarta.client</resolutionEntryPointInclude>
                                 
<resolutionEntryPointInclude>com.ibm.icu:icu4j</resolutionEntryPointInclude>
                                 
<resolutionEntryPointInclude>com.squareup.okhttp3:mockwebserver</resolutionEntryPointInclude>
+                                
<resolutionEntryPointInclude>com.sun.xml.fastinfoset:FastInfoset</resolutionEntryPointInclude>
                                 
<resolutionEntryPointInclude>org.mapstruct:mapstruct-processor</resolutionEntryPointInclude>
                             </resolutionEntryPointIncludes>
                             <bannedDependencyResources>
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index ecba76fe48..6b6b9e2e82 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -7146,6 +7146,21 @@
         <artifactId>woodstox-core</artifactId>
         <version>6.6.1</version>
       </dependency>
+      <dependency>
+        <groupId>com.sun.xml.fastinfoset</groupId>
+        <artifactId>FastInfoset</artifactId>
+        <version>2.1.1</version>
+        <exclusions>
+          <exclusion>
+            <groupId>javax.xml</groupId>
+            <artifactId>jsr173</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>javax.xml.bind</groupId>
+            <artifactId>jsr173_api</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
       <dependency>
         <groupId>com.sun.xml.messaging.saaj</groupId>
         <artifactId>saaj-impl</artifactId>
diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
index 298777aa52..25b8e5ce75 100644
--- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
@@ -7146,6 +7146,21 @@
         <artifactId>woodstox-core</artifactId><!-- 
io.quarkiverse.cxf:quarkus-cxf-bom:3.9.0 -->
         <version>6.6.1</version><!-- io.quarkiverse.cxf:quarkus-cxf-bom:3.9.0 
-->
       </dependency>
+      <dependency>
+        <groupId>com.sun.xml.fastinfoset</groupId><!-- 
io.quarkiverse.cxf:quarkus-cxf-bom:3.9.0 -->
+        <artifactId>FastInfoset</artifactId><!-- 
io.quarkiverse.cxf:quarkus-cxf-bom:3.9.0 -->
+        <version>2.1.1</version><!-- io.quarkiverse.cxf:quarkus-cxf-bom:3.9.0 
-->
+        <exclusions>
+          <exclusion>
+            <groupId>javax.xml</groupId><!-- 
io.quarkiverse.cxf:quarkus-cxf-bom:3.9.0 -->
+            <artifactId>jsr173</artifactId><!-- 
io.quarkiverse.cxf:quarkus-cxf-bom:3.9.0 -->
+          </exclusion>
+          <exclusion>
+            <groupId>javax.xml.bind</groupId><!-- 
io.quarkiverse.cxf:quarkus-cxf-bom:3.9.0 -->
+            <artifactId>jsr173_api</artifactId><!-- 
io.quarkiverse.cxf:quarkus-cxf-bom:3.9.0 -->
+          </exclusion>
+        </exclusions>
+      </dependency>
       <dependency>
         <groupId>com.sun.xml.messaging.saaj</groupId><!-- 
io.quarkiverse.cxf:quarkus-cxf-bom:3.9.0 -->
         <artifactId>saaj-impl</artifactId><!-- 
io.quarkiverse.cxf:quarkus-cxf-bom:3.9.0 -->

Reply via email to