Skip to content

Commit

Permalink
use ESH Karaf target platform
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Rathgeb <[email protected]>
  • Loading branch information
maggu2810 committed Apr 17, 2016
1 parent 0b05b62 commit 110076c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 91 deletions.
44 changes: 2 additions & 42 deletions distributions/openhab-online/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,48 +30,8 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.eclipse.smarthome</groupId>
<artifactId>karaf</artifactId>
<version>${esh.version}</version>
<classifier>features</classifier>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.openhab.core</groupId>
<artifactId>openhab-core</artifactId>
<version>${ohc.version}</version>
<classifier>features</classifier>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.openhab.addons</groupId>
<artifactId>openhab2-addons</artifactId>
<version>${oh2.version}</version>
<classifier>features</classifier>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.openhab.addons</groupId>
<artifactId>openhab-addons</artifactId>
<version>${oh1.version}</version>
<classifier>features</classifier>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>openhab-esh-addons</artifactId>
<version>${project.version}</version>
<classifier>features</classifier>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>openhab-demo</artifactId>
<groupId>org.openhab.distro</groupId>
<artifactId>openhab-aggregate-xml</artifactId>
<version>${project.version}</version>
<classifier>features</classifier>
<type>xml</type>
Expand Down
56 changes: 7 additions & 49 deletions features/openhab-aggregate-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
<classifier>features</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>org.eclipse.smarthome</groupId>
<artifactId>karaf-tp</artifactId>
<version>${esh.version}</version>
<classifier>features</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>org.openhab.core</groupId>
<artifactId>openhab-core</artifactId>
Expand Down Expand Up @@ -65,55 +72,6 @@
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>de.maggu2810.kat.features</groupId>
<artifactId>apache-commons</artifactId>
<version>${kat.version}</version>
<classifier>features</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>de.maggu2810.kat.features</groupId>
<artifactId>apache-httpcomponents</artifactId>
<version>${kat.version}</version>
<classifier>features</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>de.maggu2810.kat.features</groupId>
<artifactId>gson</artifactId>
<version>${kat.version}</version>
<classifier>features</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>de.maggu2810.kat.features</groupId>
<artifactId>jmdns</artifactId>
<version>${kat.version}</version>
<classifier>features</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>de.maggu2810.kat.features</groupId>
<artifactId>jupnp</artifactId>
<version>${kat.version}</version>
<classifier>features</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>de.maggu2810.kat.features</groupId>
<artifactId>paho</artifactId>
<version>${kat.version}</version>
<classifier>features</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>de.maggu2810.kat.features</groupId>
<artifactId>xtext</artifactId>
<version>${kat.version}</version>
<classifier>features</classifier>
<type>xml</type>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 110076c

Please sign in to comment.