mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
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:
+12
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user