mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Downgrade Aries JAX-RS Whiteboard from 2.0.1 to 2.0.0 (#2599)
It causes unneccessary bundle refreshes whenever add-ons are installed/uninstalled. As a result the UI does not get properly notified of installation changes. Fixes #2580 Reverts the Aries JAX-RS Whiteboard upgrade of #2532 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.aries.jax.rs</groupId>
|
||||
<artifactId>org.apache.aries.jax.rs.whiteboard</artifactId>
|
||||
<version>2.0.1</version>
|
||||
<version>2.0.0</version>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
||||
+1
-1
@@ -70,7 +70,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.aries.jax.rs</groupId>
|
||||
<artifactId>org.apache.aries.jax.rs.whiteboard</artifactId>
|
||||
<version>2.0.1</version>
|
||||
<version>2.0.0</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
|
||||
Reference in New Issue
Block a user