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:
Wouter Born
2019-11-10 17:02:40 +01:00
committed by Kai Kreuzer
parent 7634f3de5f
commit fd3732eabe
4 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -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>
+1 -1
View File
@@ -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>
+7
View File
@@ -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 -->