Skip to content

Commit

Permalink
Manage com.sun.xml.fastinfoset:FastInfoset
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfeng authored and ppalaga committed Mar 21, 2024
1 parent d8d82ac commit 5d7a131
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions poms/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
15 changes: 15 additions & 0 deletions poms/bom/src/main/generated/flattened-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
15 changes: 15 additions & 0 deletions poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit 5d7a131

Please sign in to comment.