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:
Wouter Born
2021-12-10 23:34:01 +01:00
committed by GitHub
parent 69043bea74
commit 0028a3c792
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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
View File
@@ -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>