bump jUPnP (#602)

The version 2.5.2 contains the provided JUPnPService capability
information.

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
This commit is contained in:
Markus Rathgeb 2019-02-25 08:21:16 +00:00 committed by Kai Kreuzer
parent 45858f2dd2
commit ee29031708
3 changed files with 4 additions and 7 deletions

View File

@ -171,7 +171,7 @@
<dependency> <dependency>
<groupId>org.jupnp</groupId> <groupId>org.jupnp</groupId>
<artifactId>org.jupnp</artifactId> <artifactId>org.jupnp</artifactId>
<version>2.5.1</version> <version>2.5.2</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>

View File

@ -146,7 +146,7 @@
<dependency> <dependency>
<groupId>org.jupnp</groupId> <groupId>org.jupnp</groupId>
<artifactId>org.jupnp</artifactId> <artifactId>org.jupnp</artifactId>
<version>2.5.1</version> <version>2.5.2</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>

View File

@ -108,14 +108,11 @@
</feature> </feature>
<feature name="openhab.tp-jupnp" description="UPnP/DLNA library for Java" version="${project.version}"> <feature name="openhab.tp-jupnp" description="UPnP/DLNA library for Java" version="${project.version}">
<capability>openhab.tp;feature=jupnp;version=2.5.1</capability> <capability>openhab.tp;feature=jupnp;version=2.5.2</capability>
<feature dependency="true">http</feature> <feature dependency="true">http</feature>
<feature dependency="true">scr</feature> <feature dependency="true">scr</feature>
<feature dependency="true">openhab.tp-httpclient</feature> <feature dependency="true">openhab.tp-httpclient</feature>
<bundle>mvn:org.jupnp/org.jupnp/2.5.1</bundle> <bundle>mvn:org.jupnp/org.jupnp/2.5.2</bundle>
<capability>
osgi.service;objectClass:List&lt;String&gt;=org.jupnp.UpnpService
</capability>
</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}">