2024-12-15 18:41:01 +00: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">
|
2019-04-15 21:38:01 +00:00
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>org.openhab.ui.bom</groupId>
|
|
|
|
<artifactId>org.openhab.ui.reactor.bom</artifactId>
|
2024-12-15 17:12:57 +00:00
|
|
|
<version>5.0.0-SNAPSHOT</version>
|
2019-04-15 21:38:01 +00:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>org.openhab.ui.bom.openhab-ui</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<name>openHAB UI :: BOM :: openHAB UI</name>
|
|
|
|
|
2019-06-05 19:58:11 +00:00
|
|
|
<dependencies>
|
2020-01-19 16:20:17 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.openhab.ui.bundles</groupId>
|
|
|
|
<artifactId>org.openhab.ui</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2019-04-15 21:38:01 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.openhab.ui.bundles</groupId>
|
|
|
|
<artifactId>org.openhab.ui.basic</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.openhab.ui.bundles</groupId>
|
|
|
|
<artifactId>org.openhab.ui.cometvisu</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.openhab.ui.bundles</groupId>
|
|
|
|
<artifactId>org.openhab.ui.habot</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.openhab.ui.bundles</groupId>
|
|
|
|
<artifactId>org.openhab.ui.habpanel</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.openhab.ui.bundles</groupId>
|
|
|
|
<artifactId>org.openhab.ui.iconset.classic</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|