Skip to content

Commit

Permalink
Some small improvements to the IDE setup (openhab#963)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <[email protected]>
  • Loading branch information
kaikreuzer authored Sep 8, 2019
1 parent 6a51c4d commit 1db1e5b
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions launch/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,31 @@
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.openhab.addons.bom</groupId>
<artifactId>org.openhab.addons.bom.openhab-addons</artifactId>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.transform.map</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>runtime</scope>
</dependency>

<!-- uncomment this and add the name of your binding that you want to work on
<dependency>
<groupId>org.openhab.addons.bom</groupId>
<artifactId>org.openhab.addons.bom.zigbee</artifactId>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.YOURBINDINGNAME</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>runtime</scope>
</dependency>
-->

<!-- uncomment this if you want to work on the Zigbee binding
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.zwave</artifactId>
<groupId>org.openhab.addons.bom</groupId>
<artifactId>org.openhab.addons.bom.zigbee</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>runtime</scope>
</dependency>
-->

</dependencies>

<build>
Expand Down

0 comments on commit 1db1e5b

Please sign in to comment.