mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Upgrade Karaf tooling and openHAB TP to 4.2.7 (#1197)
For Karaf 4.2.7 release notes, see: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12345539 Also updates the following openHAB TP dependencies: * Jetty 9.4.20.v20190813 * JNA 5.4.0 (used by most add-ons) Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
<description>openHAB Core Features</description>
|
||||
|
||||
<properties>
|
||||
<jetty.version>9.4.18.v20190429</jetty.version>
|
||||
<jna.version>4.5.2</jna.version>
|
||||
<jetty.version>9.4.20.v20190813</jetty.version>
|
||||
<jna.version>5.4.0</jna.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<name>openHAB Core :: Features :: Karaf :: Target Platform</name>
|
||||
|
||||
<properties>
|
||||
<jetty.version>9.4.18.v20190429</jetty.version>
|
||||
<jetty.version>9.4.20.v20190813</jetty.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
||||
@@ -28,6 +28,13 @@
|
||||
<version>${karaf.tooling.version}</version>
|
||||
<type>kar</type>
|
||||
<scope>provided</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<!-- This should have been an optional dependency and will be fixed in Karaf 4.2.8 (KARAF-6462). -->
|
||||
<groupId>org.knopflerfish.kf6</groupId>
|
||||
<artifactId>log-API</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<!-- Repositories -->
|
||||
|
||||
Reference in New Issue
Block a user