Fix version of fasterxml.woodstox (#4581)

* Add wstx version matching cxf 3.x

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2025-01-28 23:46:43 +01:00
committed by GitHub
parent fb5ecab356
commit 7b85d6d175
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -175,6 +175,12 @@
<artifactId>cxf-rt-rs-sse</artifactId>
<version>${cxf.version}</version>
</dependency>
<!-- needed as long as cxf3 requires wstx 6.x -->
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.6.2</version>
</dependency>
<!-- JAX-RS 2.1 API with contract -->
<dependency>
@@ -117,7 +117,7 @@
<feature name="openhab.tp-cxf" description="Apache CXF" version="${project.version}">
<capability>openhab.tp;feature=cxf;version=3.6.4</capability>
<feature dependency="true">openhab.tp-jaxws</feature>
<bundle dependency="true">mvn:com.fasterxml.woodstox/woodstox-core/6.5.1</bundle>
<bundle dependency="true">mvn:com.fasterxml.woodstox/woodstox-core/6.6.2</bundle>
<bundle dependency="true">mvn:jakarta.jws/jakarta.jws-api/2.1.0</bundle>
<bundle dependency="true">mvn:jakarta.xml.ws/jakarta.xml.ws-api/2.3.3</bundle>
<bundle dependency="true">mvn:javax.servlet/javax.servlet-api/3.1.0</bundle>