mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 13:21:53 +01:00
Upgrade to JmDNS 3.5.9 (#4015)
For the changelog, see: https://github.com/jmdns/jmdns/milestone/11?closed=1 Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
parent
7bac24e58f
commit
c4802e3fb0
@ -195,7 +195,7 @@
|
||||
<dependency>
|
||||
<groupId>org.jmdns</groupId>
|
||||
<artifactId>jmdns</artifactId>
|
||||
<version>3.5.7</version>
|
||||
<version>3.5.9</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
@ -467,7 +467,7 @@
|
||||
<dependency>
|
||||
<groupId>org.jmdns</groupId>
|
||||
<artifactId>jmdns</artifactId>
|
||||
<version>3.5.8</version>
|
||||
<version>3.5.9</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
@ -179,8 +179,8 @@
|
||||
</feature>
|
||||
|
||||
<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.8</capability>
|
||||
<bundle>mvn:org.jmdns/jmdns/3.5.8</bundle>
|
||||
<capability>openhab.tp;feature=jmdns;version=3.5.9</capability>
|
||||
<bundle>mvn:org.jmdns/jmdns/3.5.9</bundle>
|
||||
</feature>
|
||||
|
||||
<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.uom.si-quantity;version='[2.1.0,2.1.1)',\
|
||||
org.osgi.util.function;version='[1.2.0,1.2.1)',\
|
||||
javax.jmdns;version='[3.5.8,3.5.9)',\
|
||||
javax.jmdns;version='[3.5.9,3.5.10)',\
|
||||
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.osgi.service.component;version='[1.5.0,1.5.1)',\
|
||||
|
Loading…
Reference in New Issue
Block a user