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">
|
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-12-15 20:30:05 +01:00
|
|
|
<version>5.0.0-SNAPSHOT</version>
|
2020-09-21 01:58:32 +02:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>org.openhab.binding.groheondus</artifactId>
|
|
|
|
|
|
|
|
<name>openHAB Add-ons :: Bundles :: GROHE ONDUS Binding</name>
|
|
|
|
|
|
|
|
<properties>
|
2022-10-27 09:03:17 +02:00
|
|
|
<dep.noembedding>commons-lang3</dep.noembedding>
|
2020-09-21 01:58:32 +02:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2022-10-27 09:03:17 +02:00
|
|
|
<groupId>io.github.floriansw</groupId>
|
2020-09-21 01:58:32 +02:00
|
|
|
<artifactId>ondus-api</artifactId>
|
2022-10-27 09:03:17 +02:00
|
|
|
<version>2.0.0</version>
|
2020-09-21 01:58:32 +02:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-text</artifactId>
|
2022-11-06 20:22:08 +01:00
|
|
|
<version>1.10.0</version>
|
2020-09-21 01:58:32 +02:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
2022-11-06 20:22:08 +01:00
|
|
|
<version>3.12.0</version>
|
2020-09-21 01:58:32 +02:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|