Updated to Karaf 4.1.3 and Jetty 9.3.22 and used new ESH features (#230)

Updated to Karaf 4.1.3 and Jetty 9.3.22 and used new ESH features
This commit is contained in:
Kai Kreuzer 2017-11-18 23:33:19 +01:00 committed by GitHub
parent 29721e0a7b
commit 14dc90a128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -13,10 +13,12 @@
<feature name="openhab-runtime-base" description="openHAB Runtime Base" version="${project.version}">
<feature>esh-base</feature>
<feature>esh-config-serial</feature>
<feature>esh-io-console-karaf</feature>
<feature>esh-io-rest-sitemap</feature>
<feature>esh-io-rest-voice</feature>
<feature>esh-io-rest-mdns</feature>
<feature>esh-model-lsp</feature>
<feature>esh-model-item-runtime</feature>
<feature>esh-model-persistence-runtime</feature>
<feature>esh-model-rule-runtime</feature>
@ -78,7 +80,7 @@
</feature>
<feature name="openhab-transport-serial" description="Serial Transport" version="${project.version}">
<bundle start-level="80">mvn:org.openhab/nrjavaserial/${nrjavaserial.version}</bundle>
<feature>esh-io-transport-serial</feature>
</feature>
<feature name="openhab-transport-upnp" description="UPnP Transport" version="${project.version}">

View File

@ -59,8 +59,8 @@
<ohdr.version>1.0.15</ohdr.version>
<esh.version>0.9.0-SNAPSHOT</esh.version>
<repo.version>2.2.x</repo.version>
<karaf.version>4.1.2</karaf.version>
<jetty.version>9.3.14.v20161028</jetty.version>
<karaf.version>4.1.3</karaf.version>
<jetty.version>9.3.22.v20171030</jetty.version>
<jackson.version>1.9.13</jackson.version>
<sat.version>0.3.0</sat.version>
<nrjavaserial.version>3.12.0.OH</nrjavaserial.version>