[bin2json] Binary to JSON converter initial contribution (#611)

Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com>
This commit is contained in:
pali
2019-09-01 12:57:58 +02:00
committed by Kai Kreuzer
parent abed938de0
commit fa416be057
14 changed files with 557 additions and 0 deletions
@@ -125,6 +125,13 @@
</config>
</feature>
<feature name="openhab-core-io-bin2json" description="Binary to JSON converter" version="${project.version}">
<feature>openhab-core-base</feature>
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.io.bin2json/${project.version}</bundle>
<requirement>openhab.tp;filter:="(feature=jbbp)"</requirement>
<feature dependency="true">openhab.tp-jbbp</feature>
</feature>
<feature name="openhab-core-io-console-karaf" description="Karaf Console support for SmartHome stuff" version="${project.version}">
<feature>openhab-core-base</feature>
<feature>shell</feature>
@@ -92,6 +92,11 @@
</config>
</feature>
<feature name="openhab.tp-jbbp" description="Java Binary Block Parser library" version="${project.version}">
<capability>openhab.tp;feature=jbbp;version=1.4.1</capability>
<bundle dependency="true">mvn:org.openhab.osgiify/com.igormaznitsa.jbbp/1.4.1</bundle>
</feature>
<feature name="openhab.tp-kat.cpy-jersey-min-2.22.2" version="${project.version}">
<feature>http</feature>
<bundle start-level="36">mvn:org.glassfish.jersey.containers/jersey-container-servlet/2.22.2</bundle>