Upgrade to Karaf 4.3.2 (#2363)

* Syncs dependencies with Karaf 4.3.2
* Resolves itest runbundles for these new dependencies

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2021-05-17 21:09:46 +02:00
committed by GitHub
parent 22cbc9a08a
commit e3f12c8a45
31 changed files with 327 additions and 331 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
<description>The dependencies that are used to compile the core bundles</description>
<properties>
<jetty.version>9.4.38.v20210224</jetty.version>
<jetty.version>9.4.40.v20210413</jetty.version>
<swagger.version>2.1.9</swagger.version>
</properties>
+6 -6
View File
@@ -17,9 +17,9 @@
<properties>
<jackson.version>2.12.3</jackson.version>
<jetty.version>9.4.38.v20210224</jetty.version>
<pax.logging.version>2.0.8</pax.logging.version>
<pax.web.version>7.3.13</pax.web.version>
<jetty.version>9.4.40.v20210413</jetty.version>
<pax.logging.version>2.0.9</pax.logging.version>
<pax.web.version>7.3.16</pax.web.version>
<swagger.version>2.1.9</swagger.version>
</properties>
@@ -70,7 +70,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.configadmin</artifactId>
<version>1.9.20</version>
<version>1.9.22</version>
<scope>compile</scope>
</dependency>
@@ -710,13 +710,13 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-bundleutils</artifactId>
<version>4.18</version>
<version>4.19</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-finder</artifactId>
<version>4.18</version>
<version>4.19</version>
<scope>compile</scope>
</dependency>