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