Skip to content

Commit

Permalink
Add Zigbee binding to App BOM (openhab#936)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Triller <[email protected]>
  • Loading branch information
triller-telekom authored and kaikreuzer committed Jul 4, 2019
1 parent 39112d1 commit 4038bb3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions launch/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,20 @@
<type>pom</type>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.openhab.addons.bom</groupId>
<artifactId>org.openhab.addons.bom.zigbee</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.zwave</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 4038bb3

Please sign in to comment.