Upgrade JAX-RS Whiteboard and CXF (#2532)

* Upgrade JAX-RS Whiteboard and CXF

* Upgrades Aries JAX-RS Whiteboard from 2.0.0 to 2.0.1
* Upgrades CXF from 3.4.3 to 3.4.5

For CXF release notes, see:

* https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12350023
* https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12350279

Fixes #2512

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2021-10-25 11:55:02 +02:00
committed by GitHub
parent 569dddd046
commit a2ef0084d2
4 changed files with 52 additions and 25 deletions
+12 -1
View File
@@ -16,6 +16,7 @@
<name>openHAB Core :: BOM :: Runtime</name>
<properties>
<cxf.version>3.4.5</cxf.version>
<jackson.version>2.12.3</jackson.version>
<jetty.version>9.4.43.v20210629</jetty.version>
<pax.logging.version>2.0.10</pax.logging.version>
@@ -134,7 +135,7 @@
<dependency>
<groupId>org.apache.aries.jax.rs</groupId>
<artifactId>org.apache.aries.jax.rs.whiteboard</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -151,6 +152,16 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-client</artifactId>
<version>${cxf.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-sse</artifactId>
<version>${cxf.version}</version>
</dependency>
<!-- JAX-RS 2.1 API with contract -->
<dependency>