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">
|
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>
|
2024-07-07 20:09:31 +02:00
|
|
|
<version>4.3.0-SNAPSHOT</version>
|
2020-09-21 01:58:32 +02:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>org.openhab.binding.rfxcom</artifactId>
|
|
|
|
|
|
|
|
<name>openHAB Add-ons :: Bundles :: Rfxcom Binding</name>
|
|
|
|
|
2020-10-10 08:23:57 +02:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.openhab.binding.rfxcom</groupId>
|
|
|
|
<artifactId>jd2xx</artifactId>
|
|
|
|
<version>20150103</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2020-09-21 01:58:32 +02:00
|
|
|
</project>
|