2023-12-22 15:37:48 +01:00
|
|
|
<?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">
|
2020-09-21 01:58:32 +02:00
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>org.openhab.addons.bundles</groupId>
|
|
|
|
<artifactId>org.openhab.addons.reactor.bundles</artifactId>
|
2023-12-22 15:37:48 +01:00
|
|
|
<version>4.2.0-SNAPSHOT</version>
|
2020-09-21 01:58:32 +02:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>org.openhab.binding.openwebnet</artifactId>
|
|
|
|
|
|
|
|
<name>openHAB Add-ons :: Bundles :: OpenWebNet (BTicino/Legrand) Binding</name>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<bnd.importpackage>gnu.io;version="[3.12,6)"</bnd.importpackage>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
<dependency>
|
2021-03-27 18:33:04 +01:00
|
|
|
<groupId>io.github.openwebnet4j</groupId>
|
2020-09-21 01:58:32 +02:00
|
|
|
<artifactId>openwebnet4j</artifactId>
|
2023-07-18 22:15:33 +02:00
|
|
|
<version>0.10.1</version>
|
2020-09-21 01:58:32 +02:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|