2024-12-15 20:30:05 +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">
|
2021-02-10 19:45:47 +01:00
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>org.openhab.addons.bundles</groupId>
|
|
|
|
<artifactId>org.openhab.addons.reactor.bundles</artifactId>
|
2024-12-15 20:30:05 +01:00
|
|
|
<version>5.0.0-SNAPSHOT</version>
|
2021-02-10 19:45:47 +01:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>org.openhab.binding.folderwatcher</artifactId>
|
|
|
|
|
|
|
|
<name>openHAB Add-ons :: Bundles :: FolderWatcher Binding</name>
|
|
|
|
|
2022-12-08 07:09:46 +01:00
|
|
|
<properties>
|
|
|
|
<dep.noembedding>commons-net</dep.noembedding>
|
|
|
|
</properties>
|
|
|
|
|
2021-02-10 19:45:47 +01:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-net</groupId>
|
|
|
|
<artifactId>commons-net</artifactId>
|
2022-12-08 07:09:46 +01:00
|
|
|
<version>${commons.net.version}</version>
|
2021-02-10 19:45:47 +01:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|