2018-12-16 21:49:16 +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 http://maven.apache.org/maven-v4_0_0.xsd">
|
2018-09-10 11:45:11 +00:00
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2015-12-20 21:32:25 +00:00
|
|
|
|
|
|
|
<parent>
|
2017-12-10 00:04:42 +00:00
|
|
|
<groupId>org.openhab.core</groupId>
|
|
|
|
<artifactId>pom</artifactId>
|
2018-12-16 21:49:16 +00:00
|
|
|
<version>2.5.0-SNAPSHOT</version>
|
2017-12-10 00:04:42 +00:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
2015-12-20 21:32:25 +00:00
|
|
|
</parent>
|
2017-04-07 10:42:23 +00:00
|
|
|
<groupId>org.openhab.core</groupId>
|
2015-12-27 21:57:41 +00:00
|
|
|
<artifactId>pom-bundles</artifactId>
|
2015-12-20 21:32:25 +00:00
|
|
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
2018-09-10 11:45:11 +00:00
|
|
|
<name>openHAB Bundles</name>
|
|
|
|
|
2015-12-20 21:32:25 +00:00
|
|
|
<modules>
|
|
|
|
<module>org.openhab.core</module>
|
|
|
|
<module>org.openhab.core.compat1x</module>
|
|
|
|
<module>org.openhab.core.compat1x.test</module>
|
|
|
|
<module>org.openhab.core.karaf</module>
|
2018-09-21 11:13:52 +00:00
|
|
|
<module>org.openhab.core.karaf.dep.war</module>
|
2015-12-20 21:32:25 +00:00
|
|
|
<module>org.openhab.io.jetty.certificate</module>
|
|
|
|
<module>org.openhab.ui.dashboard</module>
|
2018-10-31 08:16:10 +00:00
|
|
|
<module>org.openhab.ui.start</module>
|
2015-12-20 21:32:25 +00:00
|
|
|
</modules>
|
|
|
|
|
2018-05-14 12:33:24 +00:00
|
|
|
<dependencies>
|
2018-09-10 11:45:11 +00:00
|
|
|
<!-- Eclipse Smarthome dependencies specifically for the core -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.smarthome.io</groupId>
|
|
|
|
<artifactId>org.eclipse.smarthome.io.javasound</artifactId>
|
|
|
|
<version>${esh.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.smarthome.io</groupId>
|
|
|
|
<artifactId>org.eclipse.smarthome.io.rest.sitemap</artifactId>
|
|
|
|
<version>${esh.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.smarthome.ui</groupId>
|
|
|
|
<artifactId>org.eclipse.smarthome.ui</artifactId>
|
|
|
|
<version>${esh.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.smarthome.extension.ui</groupId>
|
|
|
|
<artifactId>org.eclipse.smarthome.ui.basic</artifactId>
|
|
|
|
<version>${esh.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.smarthome.extension.ui</groupId>
|
|
|
|
<artifactId>org.eclipse.smarthome.ui.classic</artifactId>
|
|
|
|
<version>${esh.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.smarthome.extension.ui</groupId>
|
|
|
|
<artifactId>org.eclipse.smarthome.ui.paper</artifactId>
|
|
|
|
<version>${esh.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.smarthome.model</groupId>
|
|
|
|
<artifactId>org.eclipse.smarthome.model.rule</artifactId>
|
|
|
|
<version>${esh.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.smarthome.model</groupId>
|
|
|
|
<artifactId>org.eclipse.smarthome.model.rule.runtime</artifactId>
|
|
|
|
<version>${esh.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.smarthome.model</groupId>
|
|
|
|
<artifactId>org.eclipse.smarthome.model.sitemap</artifactId>
|
|
|
|
<version>${esh.version}</version>
|
|
|
|
</dependency>
|
2018-05-14 12:33:24 +00:00
|
|
|
</dependencies>
|
2015-12-20 21:32:25 +00:00
|
|
|
</project>
|