Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
removed add-ons that are not part of 1.9
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <kai@openhab.org>
  • Loading branch information
kaikreuzer committed Jan 20, 2017
1 parent e9e00b0 commit 4696434
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
24 changes: 0 additions & 24 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -485,12 +485,6 @@
<version>${project.version}</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.openhab.binding</groupId>
<artifactId>org.openhab.binding.fritzaha</artifactId>
<version>${project.version}</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.openhab.binding</groupId>
<artifactId>org.openhab.binding.tinkerforge</artifactId>
Expand Down Expand Up @@ -922,12 +916,6 @@
<artifactId>org.openhab.binding.frontiersiliconradio</artifactId>
<version>${project.version}</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.openhab.core</groupId>
<artifactId>org.openhab.core.jsr223</artifactId>
<version>${project.version}</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.openhab.binding</groupId>
Expand Down Expand Up @@ -959,12 +947,6 @@
<version>${project.version}</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.openhab.binding</groupId>
<artifactId>org.openhab.binding.sagercaster</artifactId>
<version>${project.version}</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.openhab.binding</groupId>
<artifactId>org.openhab.binding.tacmi</artifactId>
Expand Down Expand Up @@ -1140,12 +1122,6 @@
<version>${project.version}</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.openhab.io</groupId>
<artifactId>org.openhab.io.cv</artifactId>
<version>${project.version}</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.openhab.io</groupId>
<artifactId>org.openhab.io.dropbox</artifactId>
Expand Down
1 change: 0 additions & 1 deletion distribution/src/assemble/addons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<includes>
<include>org.openhab.action:*:jar:*</include>
<include>org.openhab.binding:*:jar:*</include>
<include>org.openhab.core:org.openhab.core.jsr223:jar:*</include>
<include>org.openhab.persistence:*:jar:*</include>
<include>org.openhab.io:*:jar:*</include>
</includes>
Expand Down

0 comments on commit 4696434

Please sign in to comment.