mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
e628f75d7b
* Upgrades jUPnP from 2.7.1 to 3.0.0. * Uses a custom OSGiUpnpServiceConfiguration for JDK-8301341 workaround For release notes, see: https://github.com/jupnp/jupnp/releases/tag/3.0.0 Signed-off-by: Wouter Born <github@maindrain.net>
26 lines
784 B
XML
26 lines
784 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<groupId>org.openhab.core.bundles</groupId>
|
|
<artifactId>org.openhab.core.reactor.bundles</artifactId>
|
|
<version>4.2.0-SNAPSHOT</version>
|
|
</parent>
|
|
|
|
<artifactId>org.openhab.core.config.jupnp</artifactId>
|
|
|
|
<name>openHAB Core :: Bundles :: Configuration jUPnP</name>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.jupnp</groupId>
|
|
<artifactId>org.jupnp</artifactId>
|
|
<version>3.0.0</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project>
|