mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Upgrade to Karaf 4.3.3 (#2489)
* Syncs dependencies with Karaf 4.3.3 * 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.40.v20210413</jetty.version>
|
||||
<jetty.version>9.4.43.v20210629</jetty.version>
|
||||
<swagger.version>2.1.9</swagger.version>
|
||||
</properties>
|
||||
|
||||
|
||||
+17
-12
@@ -17,9 +17,9 @@
|
||||
|
||||
<properties>
|
||||
<jackson.version>2.12.3</jackson.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>
|
||||
<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>
|
||||
<swagger.version>2.1.9</swagger.version>
|
||||
</properties>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<dependency>
|
||||
<groupId>org.eclipse.platform</groupId>
|
||||
<artifactId>org.eclipse.osgi</artifactId>
|
||||
<version>3.16.200</version>
|
||||
<version>3.16.300</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.felix</groupId>
|
||||
<artifactId>org.apache.felix.scr</artifactId>
|
||||
<version>2.1.26</version>
|
||||
<version>2.1.28</version>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
@@ -309,34 +309,34 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.felix</groupId>
|
||||
<artifactId>org.apache.felix.webconsole</artifactId>
|
||||
<version>4.3.4</version>
|
||||
<version>4.7.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.felix</groupId>
|
||||
<artifactId>org.apache.felix.webconsole.plugins.ds</artifactId>
|
||||
<version>2.0.8</version>
|
||||
<version>2.1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.felix</groupId>
|
||||
<artifactId>org.apache.felix.inventory</artifactId>
|
||||
<version>1.0.4</version>
|
||||
<version>1.1.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- The Gogo Shell -->
|
||||
<dependency>
|
||||
<groupId>org.apache.felix</groupId>
|
||||
<artifactId>org.apache.felix.gogo.shell</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.1.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.felix</groupId>
|
||||
<artifactId>org.apache.felix.gogo.runtime</artifactId>
|
||||
<version>1.0.10</version>
|
||||
<version>1.1.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.felix</groupId>
|
||||
<artifactId>org.apache.felix.gogo.command</artifactId>
|
||||
<version>1.0.2</version>
|
||||
<version>1.1.2</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.osgi</groupId>
|
||||
@@ -370,9 +370,14 @@
|
||||
<dependency>
|
||||
<groupId>commons-fileupload</groupId>
|
||||
<artifactId>commons-fileupload</artifactId>
|
||||
<version>1.3.3</version>
|
||||
<version>1.4</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>1.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user