mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
[bin2json] Binary to JSON converter initial contribution (#611)
Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user