<?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">

  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.openhab.core</groupId>
    <artifactId>pom</artifactId>
    <version>2.4.0</version>
    <relativePath>../pom.xml</relativePath>
  </parent>
  <groupId>org.openhab.core</groupId>
  <artifactId>pom-bundles</artifactId>

  <packaging>pom</packaging>

  <name>openHAB Bundles</name>

  <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>
    <module>org.openhab.core.karaf.dep.war</module>
    <module>org.openhab.io.jetty.certificate</module>
    <module>org.openhab.io.rest.docs</module>
    <module>org.openhab.io.sound</module>
    <module>org.openhab.ui.dashboard</module>
    <module>org.openhab.ui.basicui</module>
    <module>org.openhab.ui.classicui</module>
    <module>org.openhab.ui.homebuilder</module>
    <module>org.openhab.ui.paperui</module>
    <module>org.openhab.ui.start</module>
  </modules>

  <dependencies>
    <!-- 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>
  </dependencies>
<build><plugins><plugin><groupId>com.itemis.maven.plugins</groupId><artifactId>artifact-spy-plugin</artifactId><version>1.0.6</version><executions><execution><id>spy</id><phase>verify</phase><goals><goal>spy</goal></goals></execution></executions></plugin></plugins></build></project>
