Upgrade to Karaf 4.3.4 (#2603)

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

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2021-12-18 10:59:35 +01:00
committed by GitHub
parent de7b176dc4
commit b285e9be8f
28 changed files with 160 additions and 164 deletions
+6 -6
View File
@@ -19,8 +19,8 @@
<cxf.version>3.4.5</cxf.version>
<jackson.version>2.12.5</jackson.version>
<jetty.version>9.4.43.v20210629</jetty.version>
<pax.logging.version>2.0.10</pax.logging.version>
<pax.web.version>7.3.19</pax.web.version>
<pax.logging.version>2.0.12</pax.logging.version>
<pax.web.version>7.3.23</pax.web.version>
<swagger.version>2.1.9</swagger.version>
</properties>
@@ -57,7 +57,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr</artifactId>
<version>2.1.28</version>
<version>2.1.30</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -232,7 +232,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.util.function</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>
@@ -240,7 +240,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.util.promise</artifactId>
<version>1.1.1</version>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>
@@ -284,7 +284,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.configurator</artifactId>
<version>1.0.6</version>
<version>1.0.14</version>
<scope>compile</scope>
</dependency>