mandatorily depend on orbit version of gson 2.7 (#403)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer 2018-09-23 10:53:35 +02:00 committed by Wouter Born
parent cd920a3c5e
commit 502cafc698

View File

@ -12,6 +12,7 @@
<features name="${project.artifactId}-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
<feature name="openhab-runtime-base" description="openHAB Runtime Base" version="${project.version}">
<bundle>mvn:org.eclipse.orbit.bundles/com.google.gson/2.7.0.v20170129-0911</bundle>
<feature>esh-base</feature>
<feature>esh-io-console-karaf</feature>
<feature>esh-io-rest-sitemap</feature>