mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 13:21:53 +01:00
Upgrade to JmDNS 3.5.12 (#4337)
Also-by: Holger Friedrich <mail@holger-friedrich.de> Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
parent
5cf91cde1b
commit
b3f710372d
@ -195,7 +195,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jmdns</groupId>
|
<groupId>org.jmdns</groupId>
|
||||||
<artifactId>jmdns</artifactId>
|
<artifactId>jmdns</artifactId>
|
||||||
<version>3.5.9</version>
|
<version>3.5.12</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@ -467,7 +467,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jmdns</groupId>
|
<groupId>org.jmdns</groupId>
|
||||||
<artifactId>jmdns</artifactId>
|
<artifactId>jmdns</artifactId>
|
||||||
<version>3.5.9</version>
|
<version>3.5.12</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@ -183,8 +183,8 @@
|
|||||||
</feature>
|
</feature>
|
||||||
|
|
||||||
<feature name="openhab.tp-jmdns" description="An implementation of multi-cast DNS in Java." version="${project.version}">
|
<feature name="openhab.tp-jmdns" description="An implementation of multi-cast DNS in Java." version="${project.version}">
|
||||||
<capability>openhab.tp;feature=jmdns;version=3.5.9</capability>
|
<capability>openhab.tp;feature=jmdns;version=3.5.12</capability>
|
||||||
<bundle>mvn:org.jmdns/jmdns/3.5.9</bundle>
|
<bundle>mvn:org.jmdns/jmdns/3.5.12</bundle>
|
||||||
</feature>
|
</feature>
|
||||||
|
|
||||||
<feature name="openhab.tp-jose4j" description="jose4j JWT library" version="${project.version}">
|
<feature name="openhab.tp-jose4j" description="jose4j JWT library" version="${project.version}">
|
||||||
|
@ -19,7 +19,7 @@ Fragment-Host: org.openhab.core.config.discovery.mdns
|
|||||||
si-units;version='[2.1.0,2.1.1)',\
|
si-units;version='[2.1.0,2.1.1)',\
|
||||||
si.uom.si-quantity;version='[2.1.0,2.1.1)',\
|
si.uom.si-quantity;version='[2.1.0,2.1.1)',\
|
||||||
org.osgi.util.function;version='[1.2.0,1.2.1)',\
|
org.osgi.util.function;version='[1.2.0,1.2.1)',\
|
||||||
javax.jmdns;version='[3.5.9,3.5.10)',\
|
javax.jmdns;version='[3.5.12,3.5.13)',\
|
||||||
org.apache.felix.configadmin;version='[1.9.26,1.9.27)',\
|
org.apache.felix.configadmin;version='[1.9.26,1.9.27)',\
|
||||||
org.apache.felix.http.servlet-api;version='[1.2.0,1.2.1)',\
|
org.apache.felix.http.servlet-api;version='[1.2.0,1.2.1)',\
|
||||||
org.osgi.service.component;version='[1.5.1,1.5.2)',\
|
org.osgi.service.component;version='[1.5.1,1.5.2)',\
|
||||||
|
Loading…
Reference in New Issue
Block a user