mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
bump Gson to 2.8.2 (#648)
As long as we depend on the internal Gson packages, we need to use the Gson bundle provided by Eclipse Orbit instead of the official one. Related to: https://github.com/openhab/openhab-core/pull/641 Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
This commit is contained in:
parent
47194895ac
commit
f00b005ab9
@ -99,9 +99,9 @@
|
|||||||
|
|
||||||
<!-- Gson -->
|
<!-- Gson -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.code.gson</groupId>
|
<groupId>org.eclipse.orbit.bundles</groupId>
|
||||||
<artifactId>gson</artifactId>
|
<artifactId>com.google.gson</artifactId>
|
||||||
<version>2.3.1</version>
|
<version>2.8.2.v20180104-1110</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@ -377,16 +377,10 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Gson -->
|
<!-- Gson -->
|
||||||
<dependency>
|
|
||||||
<groupId>com.google.code.gson</groupId>
|
|
||||||
<artifactId>gson</artifactId>
|
|
||||||
<version>2.3.1</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.eclipse.orbit.bundles</groupId>
|
<groupId>org.eclipse.orbit.bundles</groupId>
|
||||||
<artifactId>com.google.gson</artifactId>
|
<artifactId>com.google.gson</artifactId>
|
||||||
<version>2.7.0.v20170129-0911</version>
|
<version>2.8.2.v20180104-1110</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@ -140,7 +140,6 @@ feature.openhab-model-runtime-all: \
|
|||||||
org.osgi.service.metatype;version='[1.4.0,1.4.1)',\
|
org.osgi.service.metatype;version='[1.4.0,1.4.1)',\
|
||||||
tec.uom.lib.uom-lib-common;version='[1.0.2,1.0.3)',\
|
tec.uom.lib.uom-lib-common;version='[1.0.2,1.0.3)',\
|
||||||
tec.uom.se;version='[1.0.8,1.0.9)',\
|
tec.uom.se;version='[1.0.8,1.0.9)',\
|
||||||
com.google.gson;version='[2.7.0,2.7.1)',\
|
|
||||||
org.openhab.core;version='[2.5.0,2.5.1)',\
|
org.openhab.core;version='[2.5.0,2.5.1)',\
|
||||||
org.openhab.core.audio;version='[2.5.0,2.5.1)',\
|
org.openhab.core.audio;version='[2.5.0,2.5.1)',\
|
||||||
org.openhab.core.binding.xml;version='[2.5.0,2.5.1)',\
|
org.openhab.core.binding.xml;version='[2.5.0,2.5.1)',\
|
||||||
@ -181,4 +180,5 @@ feature.openhab-model-runtime-all: \
|
|||||||
org.openhab.core.voice;version='[2.5.0,2.5.1)',\
|
org.openhab.core.voice;version='[2.5.0,2.5.1)',\
|
||||||
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
||||||
ch.qos.logback.core;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.core;version='[1.2.3,1.2.4)',\
|
||||||
slf4j.api;version='[1.7.25,1.7.26)'
|
slf4j.api;version='[1.7.25,1.7.26)',\
|
||||||
|
com.google.gson;version='[2.8.2,2.8.3)'
|
||||||
|
@ -23,6 +23,8 @@
|
|||||||
<requirement>openhab.tp;filter:="(feature=base)"</requirement>
|
<requirement>openhab.tp;filter:="(feature=base)"</requirement>
|
||||||
<feature dependency="true">openhab.tp-base</feature>
|
<feature dependency="true">openhab.tp-base</feature>
|
||||||
|
|
||||||
|
<feature dependency="true">openhab.tp-gson</feature>
|
||||||
|
|
||||||
<requirement>openhab.tp;filter:="(&(feature=xtext)(version>=2.14.0)(!(version>=2.15.0)))"</requirement>
|
<requirement>openhab.tp;filter:="(&(feature=xtext)(version>=2.14.0)(!(version>=2.15.0)))"</requirement>
|
||||||
<feature dependency="true">openhab.tp-xtext</feature>
|
<feature dependency="true">openhab.tp-xtext</feature>
|
||||||
|
|
||||||
@ -515,7 +517,6 @@
|
|||||||
</feature>
|
</feature>
|
||||||
|
|
||||||
<feature name="openhab-runtime-base" description="openHAB Runtime Base" version="${project.version}">
|
<feature name="openhab-runtime-base" description="openHAB Runtime Base" version="${project.version}">
|
||||||
<bundle>mvn:p2.osgi.bundle/com.google.gson/2.8.2.v20180104-1110</bundle>
|
|
||||||
<bundle>mvn:com.google.guava/guava/18.0</bundle>
|
<bundle>mvn:com.google.guava/guava/18.0</bundle>
|
||||||
<requirement>openhab.tp;filter:="(feature=commons-net)"</requirement>
|
<requirement>openhab.tp;filter:="(feature=commons-net)"</requirement>
|
||||||
<feature dependency="true">openhab.tp-commons-net</feature>
|
<feature dependency="true">openhab.tp-commons-net</feature>
|
||||||
|
@ -30,9 +30,6 @@
|
|||||||
<bundle dependency="true">mvn:commons-lang/commons-lang/2.6</bundle>
|
<bundle dependency="true">mvn:commons-lang/commons-lang/2.6</bundle>
|
||||||
<!--<bundle dependency="true">mvn:org.apache.commons/commons-lang3/3.4</bundle>-->
|
<!--<bundle dependency="true">mvn:org.apache.commons/commons-lang3/3.4</bundle>-->
|
||||||
|
|
||||||
<!-- Gson -->
|
|
||||||
<bundle dependency="true">mvn:com.google.code.gson/gson/2.3.1</bundle>
|
|
||||||
|
|
||||||
<!-- Measurement -->
|
<!-- Measurement -->
|
||||||
<bundle dependency="true">mvn:javax.measure/unit-api/1.0</bundle>
|
<bundle dependency="true">mvn:javax.measure/unit-api/1.0</bundle>
|
||||||
<bundle dependency="true">mvn:tec.uom/uom-se/1.0.8</bundle>
|
<bundle dependency="true">mvn:tec.uom/uom-se/1.0.8</bundle>
|
||||||
@ -55,6 +52,11 @@
|
|||||||
<bundle dependency="true">mvn:commons-net/commons-net/3.3</bundle>
|
<bundle dependency="true">mvn:commons-net/commons-net/3.3</bundle>
|
||||||
</feature>
|
</feature>
|
||||||
|
|
||||||
|
<feature name="openhab.tp-gson" description="Gson" version="${project.version}">
|
||||||
|
<capability>openhab.tp;feature=gson;version=2.8.2.v20180104-1110</capability>
|
||||||
|
<bundle>mvn:org.eclipse.orbit.bundles/com.google.gson/2.8.2.v20180104-1110</bundle>
|
||||||
|
</feature>
|
||||||
|
|
||||||
<feature name="openhab.tp-httpclient" version="${project.version}">
|
<feature name="openhab.tp-httpclient" version="${project.version}">
|
||||||
<capability>openhab.tp;feature=httpclient;version=${jetty.version}</capability>
|
<capability>openhab.tp;feature=httpclient;version=${jetty.version}</capability>
|
||||||
<bundle dependency="true">mvn:javax.servlet/javax.servlet-api/3.1.0</bundle>
|
<bundle dependency="true">mvn:javax.servlet/javax.servlet-api/3.1.0</bundle>
|
||||||
@ -126,8 +128,8 @@
|
|||||||
<bundle>mvn:org.eclipse.lsp4j/org.eclipse.lsp4j/0.4.1</bundle>
|
<bundle>mvn:org.eclipse.lsp4j/org.eclipse.lsp4j/0.4.1</bundle>
|
||||||
<bundle>mvn:org.eclipse.lsp4j/org.eclipse.lsp4j.jsonrpc/0.4.1</bundle>
|
<bundle>mvn:org.eclipse.lsp4j/org.eclipse.lsp4j.jsonrpc/0.4.1</bundle>
|
||||||
|
|
||||||
|
<feature dependency="true">openhab.tp-gson</feature>
|
||||||
<feature dependency="true">openhab.tp-xtext</feature>
|
<feature dependency="true">openhab.tp-xtext</feature>
|
||||||
<bundle dependency="true">mvn:org.eclipse.orbit.bundles/com.google.gson/2.7.0.v20170129-0911</bundle>
|
|
||||||
</feature>
|
</feature>
|
||||||
|
|
||||||
<feature name="openhab.tp-mapdb" description="MapDB" version="${project.version}">
|
<feature name="openhab.tp-mapdb" description="MapDB" version="${project.version}">
|
||||||
|
@ -14,7 +14,6 @@ Fragment-Host: org.openhab.core.audio
|
|||||||
# done
|
# done
|
||||||
#
|
#
|
||||||
-runbundles: \
|
-runbundles: \
|
||||||
com.google.gson;version='[2.7.0,2.7.1)',\
|
|
||||||
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
||||||
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
||||||
org.apache.commons.lang;version='[2.6.0,2.6.1)',\
|
org.apache.commons.lang;version='[2.6.0,2.6.1)',\
|
||||||
@ -57,4 +56,5 @@ Fragment-Host: org.openhab.core.audio
|
|||||||
slf4j.api;version='[1.7.25,1.7.26)',\
|
slf4j.api;version='[1.7.25,1.7.26)',\
|
||||||
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
||||||
net.bytebuddy.byte-buddy;version='[1.9.7,1.9.8)',\
|
net.bytebuddy.byte-buddy;version='[1.9.7,1.9.8)',\
|
||||||
net.bytebuddy.byte-buddy-agent;version='[1.9.7,1.9.8)'
|
net.bytebuddy.byte-buddy-agent;version='[1.9.7,1.9.8)',\
|
||||||
|
com.google.gson;version='[2.8.2,2.8.3)'
|
||||||
|
@ -9,7 +9,6 @@ Fragment-Host: org.openhab.core.auth.oauth2client
|
|||||||
# done
|
# done
|
||||||
#
|
#
|
||||||
-runbundles: \
|
-runbundles: \
|
||||||
com.google.gson;version='[2.7.0,2.7.1)',\
|
|
||||||
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
||||||
org.apache.commons.exec;version='[1.1.0,1.1.1)',\
|
org.apache.commons.exec;version='[1.1.0,1.1.1)',\
|
||||||
org.apache.commons.lang;version='[2.6.0,2.6.1)',\
|
org.apache.commons.lang;version='[2.6.0,2.6.1)',\
|
||||||
@ -43,4 +42,5 @@ Fragment-Host: org.openhab.core.auth.oauth2client
|
|||||||
slf4j.api;version='[1.7.25,1.7.26)',\
|
slf4j.api;version='[1.7.25,1.7.26)',\
|
||||||
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
||||||
net.bytebuddy.byte-buddy;version='[1.9.7,1.9.8)',\
|
net.bytebuddy.byte-buddy;version='[1.9.7,1.9.8)',\
|
||||||
net.bytebuddy.byte-buddy-agent;version='[1.9.7,1.9.8)'
|
net.bytebuddy.byte-buddy-agent;version='[1.9.7,1.9.8)',\
|
||||||
|
com.google.gson;version='[2.8.2,2.8.3)'
|
||||||
|
@ -14,7 +14,6 @@ Fragment-Host: org.openhab.core.automation
|
|||||||
# done
|
# done
|
||||||
#
|
#
|
||||||
-runbundles: \
|
-runbundles: \
|
||||||
com.google.gson;version='[2.7.0,2.7.1)',\
|
|
||||||
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
||||||
org.apache.commons.collections;version='[3.2.1,3.2.2)',\
|
org.apache.commons.collections;version='[3.2.1,3.2.2)',\
|
||||||
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
||||||
@ -42,4 +41,5 @@ Fragment-Host: org.openhab.core.automation
|
|||||||
tec.uom.se;version='[1.0.8,1.0.9)',\
|
tec.uom.se;version='[1.0.8,1.0.9)',\
|
||||||
ch.qos.logback.core;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.core;version='[1.2.3,1.2.4)',\
|
||||||
slf4j.api;version='[1.7.25,1.7.26)',\
|
slf4j.api;version='[1.7.25,1.7.26)',\
|
||||||
ch.qos.logback.classic;version='[1.2.3,1.2.4)'
|
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
||||||
|
com.google.gson;version='[2.8.2,2.8.3)'
|
@ -9,7 +9,6 @@ Fragment-Host: org.openhab.core.binding.xml
|
|||||||
# done
|
# done
|
||||||
#
|
#
|
||||||
-runbundles: \
|
-runbundles: \
|
||||||
com.google.gson;version='[2.7.0,2.7.1)',\
|
|
||||||
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
||||||
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
||||||
org.apache.commons.lang;version='[2.6.0,2.6.1)',\
|
org.apache.commons.lang;version='[2.6.0,2.6.1)',\
|
||||||
@ -38,4 +37,4 @@ Fragment-Host: org.openhab.core.binding.xml
|
|||||||
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
||||||
ch.qos.logback.core;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.core;version='[1.2.3,1.2.4)',\
|
||||||
slf4j.api;version='[1.7.25,1.7.26)',\
|
slf4j.api;version='[1.7.25,1.7.26)',\
|
||||||
org.openhab.core.storage.json;version='[2.5.0,2.5.1)'
|
com.google.gson;version='[2.8.2,2.8.3)'
|
||||||
|
@ -9,7 +9,6 @@ Fragment-Host: org.openhab.core.compat1x
|
|||||||
# done
|
# done
|
||||||
#
|
#
|
||||||
-runbundles: \
|
-runbundles: \
|
||||||
com.google.gson;version='[2.7.0,2.7.1)',\
|
|
||||||
com.google.guava;version='[15.0.0,15.0.1)',\
|
com.google.guava;version='[15.0.0,15.0.1)',\
|
||||||
com.google.inject;version='[3.0.0,3.0.1)',\
|
com.google.inject;version='[3.0.0,3.0.1)',\
|
||||||
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
||||||
@ -92,4 +91,5 @@ Fragment-Host: org.openhab.core.compat1x
|
|||||||
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
||||||
ch.qos.logback.core;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.core;version='[1.2.3,1.2.4)',\
|
||||||
slf4j.api;version='[1.7.25,1.7.26)',\
|
slf4j.api;version='[1.7.25,1.7.26)',\
|
||||||
org.openhab.core.model.persistence.runtime;version='[2.5.0,2.5.1)'
|
com.google.gson;version='[2.8.2,2.8.3)',\
|
||||||
|
org.openhab.core.model.rule.runtime;version='[2.5.0,2.5.1)'
|
||||||
|
@ -15,7 +15,6 @@ Fragment-Host: org.openhab.core.config.core
|
|||||||
# done
|
# done
|
||||||
#
|
#
|
||||||
-runbundles: \
|
-runbundles: \
|
||||||
com.google.gson;version='[2.7.0,2.7.1)',\
|
|
||||||
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
||||||
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
||||||
org.apache.commons.lang;version='[2.6.0,2.6.1)',\
|
org.apache.commons.lang;version='[2.6.0,2.6.1)',\
|
||||||
@ -43,4 +42,5 @@ Fragment-Host: org.openhab.core.config.core
|
|||||||
slf4j.api;version='[1.7.25,1.7.26)',\
|
slf4j.api;version='[1.7.25,1.7.26)',\
|
||||||
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
||||||
net.bytebuddy.byte-buddy;version='[1.9.7,1.9.8)',\
|
net.bytebuddy.byte-buddy;version='[1.9.7,1.9.8)',\
|
||||||
net.bytebuddy.byte-buddy-agent;version='[1.9.7,1.9.8)'
|
net.bytebuddy.byte-buddy-agent;version='[1.9.7,1.9.8)',\
|
||||||
|
com.google.gson;version='[2.8.2,2.8.3)'
|
||||||
|
@ -9,7 +9,6 @@ Fragment-Host: org.openhab.core.config.discovery.mdns
|
|||||||
# done
|
# done
|
||||||
#
|
#
|
||||||
-runbundles: \
|
-runbundles: \
|
||||||
com.google.gson;version='[2.7.0,2.7.1)',\
|
|
||||||
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
||||||
org.apache.commons.collections;version='[3.2.1,3.2.2)',\
|
org.apache.commons.collections;version='[3.2.1,3.2.2)',\
|
||||||
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
||||||
@ -42,4 +41,4 @@ Fragment-Host: org.openhab.core.config.discovery.mdns
|
|||||||
ch.qos.logback.core;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.core;version='[1.2.3,1.2.4)',\
|
||||||
slf4j.api;version='[1.7.25,1.7.26)',\
|
slf4j.api;version='[1.7.25,1.7.26)',\
|
||||||
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
||||||
org.openhab.core.storage.json;version='[2.5.0,2.5.1)'
|
com.google.gson;version='[2.8.2,2.8.3)'
|
||||||
|
@ -7,11 +7,15 @@ Fragment-Host: org.openhab.core.config.discovery
|
|||||||
bnd.identity;id='org.openhab.core.config.discovery.tests',\
|
bnd.identity;id='org.openhab.core.config.discovery.tests',\
|
||||||
bnd.identity;id='org.openhab.core.thing.xml'
|
bnd.identity;id='org.openhab.core.thing.xml'
|
||||||
|
|
||||||
|
# If we would like to use a storage at all, we will use the "volatile" storage.
|
||||||
|
-runblacklist: \
|
||||||
|
bnd.identity;id='org.openhab.core.storage.json',\
|
||||||
|
bnd.identity;id='org.openhab.core.storage.mapdb'
|
||||||
|
|
||||||
#
|
#
|
||||||
# done
|
# done
|
||||||
#
|
#
|
||||||
-runbundles: \
|
-runbundles: \
|
||||||
com.google.gson;version='[2.7.0,2.7.1)',\
|
|
||||||
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
||||||
org.apache.commons.collections;version='[3.2.1,3.2.2)',\
|
org.apache.commons.collections;version='[3.2.1,3.2.2)',\
|
||||||
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
||||||
@ -47,4 +51,5 @@ Fragment-Host: org.openhab.core.config.discovery
|
|||||||
slf4j.api;version='[1.7.25,1.7.26)',\
|
slf4j.api;version='[1.7.25,1.7.26)',\
|
||||||
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
||||||
net.bytebuddy.byte-buddy;version='[1.9.7,1.9.8)',\
|
net.bytebuddy.byte-buddy;version='[1.9.7,1.9.8)',\
|
||||||
net.bytebuddy.byte-buddy-agent;version='[1.9.7,1.9.8)'
|
net.bytebuddy.byte-buddy-agent;version='[1.9.7,1.9.8)',\
|
||||||
|
com.google.gson;version='[2.8.2,2.8.3)'
|
||||||
|
@ -10,7 +10,6 @@ Fragment-Host: org.openhab.core.io.net
|
|||||||
# done
|
# done
|
||||||
#
|
#
|
||||||
-runbundles: \
|
-runbundles: \
|
||||||
com.google.gson;version='[2.7.0,2.7.1)',\
|
|
||||||
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
||||||
org.apache.commons.exec;version='[1.1.0,1.1.1)',\
|
org.apache.commons.exec;version='[1.1.0,1.1.1)',\
|
||||||
org.apache.commons.lang;version='[2.6.0,2.6.1)',\
|
org.apache.commons.lang;version='[2.6.0,2.6.1)',\
|
||||||
@ -41,4 +40,5 @@ Fragment-Host: org.openhab.core.io.net
|
|||||||
slf4j.api;version='[1.7.25,1.7.26)',\
|
slf4j.api;version='[1.7.25,1.7.26)',\
|
||||||
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
||||||
net.bytebuddy.byte-buddy;version='[1.9.7,1.9.8)',\
|
net.bytebuddy.byte-buddy;version='[1.9.7,1.9.8)',\
|
||||||
net.bytebuddy.byte-buddy-agent;version='[1.9.7,1.9.8)'
|
net.bytebuddy.byte-buddy-agent;version='[1.9.7,1.9.8)',\
|
||||||
|
com.google.gson;version='[2.8.2,2.8.3)'
|
||||||
|
@ -17,7 +17,6 @@ Fragment-Host: org.openhab.core.io.rest.core
|
|||||||
#
|
#
|
||||||
-runbundles: \
|
-runbundles: \
|
||||||
com.eclipsesource.jaxrs.jersey-all;version='[2.22.2,2.22.3)',\
|
com.eclipsesource.jaxrs.jersey-all;version='[2.22.2,2.22.3)',\
|
||||||
com.google.gson;version='[2.7.0,2.7.1)',\
|
|
||||||
com.jayway.jsonpath.json-path;version='[2.4.0,2.4.1)',\
|
com.jayway.jsonpath.json-path;version='[2.4.0,2.4.1)',\
|
||||||
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
||||||
net.minidev.accessors-smart;version='[1.2.0,1.2.1)',\
|
net.minidev.accessors-smart;version='[1.2.0,1.2.1)',\
|
||||||
@ -58,4 +57,5 @@ Fragment-Host: org.openhab.core.io.rest.core
|
|||||||
slf4j.api;version='[1.7.25,1.7.26)',\
|
slf4j.api;version='[1.7.25,1.7.26)',\
|
||||||
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
||||||
net.bytebuddy.byte-buddy;version='[1.9.7,1.9.8)',\
|
net.bytebuddy.byte-buddy;version='[1.9.7,1.9.8)',\
|
||||||
net.bytebuddy.byte-buddy-agent;version='[1.9.7,1.9.8)'
|
net.bytebuddy.byte-buddy-agent;version='[1.9.7,1.9.8)',\
|
||||||
|
com.google.gson;version='[2.8.2,2.8.3)'
|
||||||
|
@ -13,7 +13,6 @@ Fragment-Host: org.openhab.core.model.thing
|
|||||||
# done
|
# done
|
||||||
#
|
#
|
||||||
-runbundles: \
|
-runbundles: \
|
||||||
com.google.gson;version='[2.7.0,2.7.1)',\
|
|
||||||
com.google.guava;version='[15.0.0,15.0.1)',\
|
com.google.guava;version='[15.0.0,15.0.1)',\
|
||||||
com.google.inject;version='[3.0.0,3.0.1)',\
|
com.google.inject;version='[3.0.0,3.0.1)',\
|
||||||
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
||||||
@ -101,5 +100,5 @@ Fragment-Host: org.openhab.core.model.thing
|
|||||||
slf4j.api;version='[1.7.25,1.7.26)',\
|
slf4j.api;version='[1.7.25,1.7.26)',\
|
||||||
net.bytebuddy.byte-buddy;version='[1.9.7,1.9.8)',\
|
net.bytebuddy.byte-buddy;version='[1.9.7,1.9.8)',\
|
||||||
net.bytebuddy.byte-buddy-agent;version='[1.9.7,1.9.8)',\
|
net.bytebuddy.byte-buddy-agent;version='[1.9.7,1.9.8)',\
|
||||||
org.openhab.core.model.persistence.runtime;version='[2.5.0,2.5.1)',\
|
com.google.gson;version='[2.8.2,2.8.3)',\
|
||||||
org.openhab.core.storage.json;version='[2.5.0,2.5.1)'
|
org.openhab.core.model.rule.runtime;version='[2.5.0,2.5.1)'
|
||||||
|
@ -9,7 +9,6 @@ Fragment-Host: org.openhab.core.storage.json
|
|||||||
# done
|
# done
|
||||||
#
|
#
|
||||||
-runbundles: \
|
-runbundles: \
|
||||||
com.google.gson;version='[2.7.0,2.7.1)',\
|
|
||||||
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
||||||
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
||||||
org.apache.commons.lang;version='[2.6.0,2.6.1)',\
|
org.apache.commons.lang;version='[2.6.0,2.6.1)',\
|
||||||
@ -34,4 +33,5 @@ Fragment-Host: org.openhab.core.storage.json
|
|||||||
tec.uom.se;version='[1.0.8,1.0.9)',\
|
tec.uom.se;version='[1.0.8,1.0.9)',\
|
||||||
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
||||||
ch.qos.logback.core;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.core;version='[1.2.3,1.2.4)',\
|
||||||
slf4j.api;version='[1.7.25,1.7.26)'
|
slf4j.api;version='[1.7.25,1.7.26)',\
|
||||||
|
com.google.gson;version='[2.8.2,2.8.3)'
|
@ -14,7 +14,6 @@ Fragment-Host: org.openhab.core
|
|||||||
# done
|
# done
|
||||||
#
|
#
|
||||||
-runbundles: \
|
-runbundles: \
|
||||||
com.google.gson;version='[2.7.0,2.7.1)',\
|
|
||||||
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
||||||
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
||||||
org.apache.commons.lang;version='[2.6.0,2.6.1)',\
|
org.apache.commons.lang;version='[2.6.0,2.6.1)',\
|
||||||
@ -42,4 +41,5 @@ Fragment-Host: org.openhab.core
|
|||||||
slf4j.api;version='[1.7.25,1.7.26)',\
|
slf4j.api;version='[1.7.25,1.7.26)',\
|
||||||
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
||||||
net.bytebuddy.byte-buddy;version='[1.9.7,1.9.8)',\
|
net.bytebuddy.byte-buddy;version='[1.9.7,1.9.8)',\
|
||||||
net.bytebuddy.byte-buddy-agent;version='[1.9.7,1.9.8)'
|
net.bytebuddy.byte-buddy-agent;version='[1.9.7,1.9.8)',\
|
||||||
|
com.google.gson;version='[2.8.2,2.8.3)'
|
||||||
|
@ -17,7 +17,6 @@ Fragment-Host: org.openhab.core.thing
|
|||||||
# done
|
# done
|
||||||
#
|
#
|
||||||
-runbundles: \
|
-runbundles: \
|
||||||
com.google.gson;version='[2.7.0,2.7.1)',\
|
|
||||||
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
||||||
org.apache.commons.collections;version='[3.2.1,3.2.2)',\
|
org.apache.commons.collections;version='[3.2.1,3.2.2)',\
|
||||||
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
||||||
@ -52,4 +51,5 @@ Fragment-Host: org.openhab.core.thing
|
|||||||
slf4j.api;version='[1.7.25,1.7.26)',\
|
slf4j.api;version='[1.7.25,1.7.26)',\
|
||||||
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
||||||
net.bytebuddy.byte-buddy;version='[1.9.7,1.9.8)',\
|
net.bytebuddy.byte-buddy;version='[1.9.7,1.9.8)',\
|
||||||
net.bytebuddy.byte-buddy-agent;version='[1.9.7,1.9.8)'
|
net.bytebuddy.byte-buddy-agent;version='[1.9.7,1.9.8)',\
|
||||||
|
com.google.gson;version='[2.8.2,2.8.3)'
|
||||||
|
@ -11,7 +11,6 @@ Fragment-Host: org.openhab.core.thing.xml
|
|||||||
# done
|
# done
|
||||||
#
|
#
|
||||||
-runbundles: \
|
-runbundles: \
|
||||||
com.google.gson;version='[2.7.0,2.7.1)',\
|
|
||||||
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
||||||
org.apache.commons.collections;version='[3.2.1,3.2.2)',\
|
org.apache.commons.collections;version='[3.2.1,3.2.2)',\
|
||||||
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
||||||
@ -43,4 +42,4 @@ Fragment-Host: org.openhab.core.thing.xml
|
|||||||
ch.qos.logback.core;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.core;version='[1.2.3,1.2.4)',\
|
||||||
slf4j.api;version='[1.7.25,1.7.26)',\
|
slf4j.api;version='[1.7.25,1.7.26)',\
|
||||||
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
||||||
org.openhab.core.storage.json;version='[2.5.0,2.5.1)'
|
com.google.gson;version='[2.8.2,2.8.3)'
|
@ -9,7 +9,6 @@ Fragment-Host: org.openhab.core.transform
|
|||||||
# done
|
# done
|
||||||
#
|
#
|
||||||
-runbundles: \
|
-runbundles: \
|
||||||
com.google.gson;version='[2.7.0,2.7.1)',\
|
|
||||||
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
||||||
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
||||||
org.apache.commons.lang;version='[2.6.0,2.6.1)',\
|
org.apache.commons.lang;version='[2.6.0,2.6.1)',\
|
||||||
@ -27,4 +26,5 @@ Fragment-Host: org.openhab.core.transform
|
|||||||
org.openhab.core.storage.json;version='[2.5.0,2.5.1)',\
|
org.openhab.core.storage.json;version='[2.5.0,2.5.1)',\
|
||||||
ch.qos.logback.core;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.core;version='[1.2.3,1.2.4)',\
|
||||||
slf4j.api;version='[1.7.25,1.7.26)',\
|
slf4j.api;version='[1.7.25,1.7.26)',\
|
||||||
slf4j.simple;version='[1.7.21,1.7.22)'
|
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
||||||
|
com.google.gson;version='[2.8.2,2.8.3)'
|
@ -9,7 +9,6 @@ Fragment-Host: org.openhab.core.ui.icon
|
|||||||
# done
|
# done
|
||||||
#
|
#
|
||||||
-runbundles: \
|
-runbundles: \
|
||||||
com.google.gson;version='[2.7.0,2.7.1)',\
|
|
||||||
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
||||||
org.apache.aries.javax.jax.rs-api;version='[1.0.0,1.0.1)',\
|
org.apache.aries.javax.jax.rs-api;version='[1.0.0,1.0.1)',\
|
||||||
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
||||||
@ -53,4 +52,5 @@ Fragment-Host: org.openhab.core.ui.icon
|
|||||||
slf4j.api;version='[1.7.25,1.7.26)',\
|
slf4j.api;version='[1.7.25,1.7.26)',\
|
||||||
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
||||||
net.bytebuddy.byte-buddy;version='[1.9.7,1.9.8)',\
|
net.bytebuddy.byte-buddy;version='[1.9.7,1.9.8)',\
|
||||||
net.bytebuddy.byte-buddy-agent;version='[1.9.7,1.9.8)'
|
net.bytebuddy.byte-buddy-agent;version='[1.9.7,1.9.8)',\
|
||||||
|
com.google.gson;version='[2.8.2,2.8.3)'
|
||||||
|
@ -9,7 +9,6 @@ Fragment-Host: org.openhab.core.ui
|
|||||||
# done
|
# done
|
||||||
#
|
#
|
||||||
-runbundles: \
|
-runbundles: \
|
||||||
com.google.gson;version='[2.7.0,2.7.1)',\
|
|
||||||
com.google.guava;version='[15.0.0,15.0.1)',\
|
com.google.guava;version='[15.0.0,15.0.1)',\
|
||||||
com.google.inject;version='[3.0.0,3.0.1)',\
|
com.google.inject;version='[3.0.0,3.0.1)',\
|
||||||
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
||||||
@ -93,4 +92,5 @@ Fragment-Host: org.openhab.core.ui
|
|||||||
slf4j.api;version='[1.7.25,1.7.26)',\
|
slf4j.api;version='[1.7.25,1.7.26)',\
|
||||||
net.bytebuddy.byte-buddy;version='[1.9.7,1.9.8)',\
|
net.bytebuddy.byte-buddy;version='[1.9.7,1.9.8)',\
|
||||||
net.bytebuddy.byte-buddy-agent;version='[1.9.7,1.9.8)',\
|
net.bytebuddy.byte-buddy-agent;version='[1.9.7,1.9.8)',\
|
||||||
org.openhab.core.model.persistence.runtime;version='[2.5.0,2.5.1)'
|
com.google.gson;version='[2.8.2,2.8.3)',\
|
||||||
|
org.openhab.core.model.rule.runtime;version='[2.5.0,2.5.1)'
|
||||||
|
@ -9,7 +9,6 @@ Fragment-Host: org.openhab.core.voice
|
|||||||
# done
|
# done
|
||||||
#
|
#
|
||||||
-runbundles: \
|
-runbundles: \
|
||||||
com.google.gson;version='[2.7.0,2.7.1)',\
|
|
||||||
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
||||||
org.apache.commons.collections;version='[3.2.1,3.2.2)',\
|
org.apache.commons.collections;version='[3.2.1,3.2.2)',\
|
||||||
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
||||||
@ -52,4 +51,4 @@ Fragment-Host: org.openhab.core.voice
|
|||||||
ch.qos.logback.core;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.core;version='[1.2.3,1.2.4)',\
|
||||||
slf4j.api;version='[1.7.25,1.7.26)',\
|
slf4j.api;version='[1.7.25,1.7.26)',\
|
||||||
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
||||||
org.openhab.core.storage.json;version='[2.5.0,2.5.1)'
|
com.google.gson;version='[2.8.2,2.8.3)'
|
Loading…
Reference in New Issue
Block a user