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