File tree 6 files changed +18
-4
lines changed
extensions-support/xalan/runtime
6 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 42
42
<artifactId >xalan</artifactId >
43
43
</dependency >
44
44
45
+ <!-- TODO: remove when Xalan has fixed its bom. See https://issues.apache.org/jira/browse/XALANJ-2649 -->
46
+ <dependency >
47
+ <groupId >xalan</groupId >
48
+ <artifactId >serializer</artifactId >
49
+ </dependency >
50
+
45
51
<dependency >
46
52
<groupId >org.graalvm.nativeimage</groupId >
47
53
<artifactId >svm</artifactId >
Original file line number Diff line number Diff line change 146
146
<snmp4j .version>2.8.15</snmp4j .version>
147
147
<tablesaw .version>0.43.1</tablesaw .version>
148
148
<threetenbp .version>1.6.0</threetenbp .version>
149
- <xalan .version>2.7.2 </xalan .version><!-- Xalan should be removed as is in Camel, but it is not possible. https://github.com/apache/camel-quarkus/issues/4065-->
149
+ <xalan .version>2.7.3 </xalan .version><!-- Xalan should be removed as is in Camel, but it is not possible. https://github.com/apache/camel-quarkus/issues/4065-->
150
150
<xchange .version>${xchange-version} </xchange .version>
151
151
<xerces .version>${xerces-version} </xerces .version>
152
152
<xmlgraphics-commons .version>2.7</xmlgraphics-commons .version><!-- @sync org.apache.xmlgraphics:fop-parent:${fop-version} prop:xmlgraphics.commons.version -->
Original file line number Diff line number Diff line change 7097
7097
<artifactId >xalan</artifactId >
7098
7098
<version >${xalan.version} </version >
7099
7099
</dependency >
7100
+
7101
+ <!-- TODO: remove when Xalan has fixed its bom. See https://issues.apache.org/jira/browse/XALANJ-2649 -->
7102
+ <dependency >
7103
+ <groupId >xalan</groupId >
7104
+ <artifactId >serializer</artifactId >
7105
+ <version >${xalan.version} </version >
7106
+ </dependency >
7107
+
7100
7108
<dependency >
7101
7109
<groupId >xerces</groupId >
7102
7110
<artifactId >xercesImpl</artifactId >
Original file line number Diff line number Diff line change 7030
7030
<dependency>
7031
7031
<groupId>xalan</groupId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
7032
7032
<artifactId>xalan</artifactId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
7033
- <version>2.7.2 </version><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
7033
+ <version>2.7.3 </version><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
7034
7034
</dependency>
7035
7035
<dependency>
7036
7036
<groupId>xerces</groupId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
Original file line number Diff line number Diff line change 7020
7020
<dependency >
7021
7021
<groupId >xalan</groupId >
7022
7022
<artifactId >xalan</artifactId >
7023
- <version >2.7.2 </version >
7023
+ <version >2.7.3 </version >
7024
7024
</dependency >
7025
7025
<dependency >
7026
7026
<groupId >org.apache.cxf</groupId >
Original file line number Diff line number Diff line change 7020
7020
<dependency>
7021
7021
<groupId>xalan</groupId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
7022
7022
<artifactId>xalan</artifactId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
7023
- <version>2.7.2 </version><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
7023
+ <version>2.7.3 </version><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
7024
7024
</dependency>
7025
7025
<dependency>
7026
7026
<groupId>org.apache.cxf</groupId><!-- io.quarkiverse.cxf:quarkus-cxf-bom:1.5.14 -->
You can’t perform that action at this time.
0 commit comments