2024-07-07 23:20:16 +02: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">
|
2021-01-20 00:31:10 +01:00
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>org.openhab.addons.bundles</groupId>
|
|
|
|
<artifactId>org.openhab.addons.reactor.bundles</artifactId>
|
2024-07-07 20:09:31 +02:00
|
|
|
<version>4.3.0-SNAPSHOT</version>
|
2021-01-20 00:31:10 +01:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>org.openhab.binding.omnilink</artifactId>
|
|
|
|
|
|
|
|
<name>openHAB Add-ons :: Bundles :: OmniLink Binding</name>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.digitaldan</groupId>
|
|
|
|
<artifactId>jomnilink</artifactId>
|
2022-03-08 08:58:09 +01:00
|
|
|
<version>1.4.3</version>
|
2021-01-20 00:31:10 +01:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|