Skip to content

Commit

Permalink
[openwebnet] Embed dependency and update gnu.io version range (openha…
Browse files Browse the repository at this point in the history
…b#8417)

This allows for more easily debugging the add-on in Eclipse and with the updated gnu.io version range it can also be used with OH3.

Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn authored and andrewfg committed Oct 8, 2020
1 parent d327c09 commit 310951e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion bundles/org.openhab.binding.openwebnet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@

<name>openHAB Add-ons :: Bundles :: OpenWebNet (BTicino/Legrand) Binding</name>

<properties>
<bnd.importpackage>gnu.io;version="[3.12,6)"</bnd.importpackage>
</properties>

<dependencies>

<dependency>
<groupId>com.github.openwebnet4j</groupId>
<artifactId>openwebnet4j</artifactId>
<version>0.2.0</version>
<scope>provided</scope>
<scope>compile</scope>
</dependency>

</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<feature>openhab-runtime-base</feature>
<feature>openhab-transport-serial</feature>
<feature>openhab-transport-upnp</feature>
<bundle dependency="true">mvn:com.github.openwebnet4j/openwebnet4j/0.2.0</bundle>
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.openwebnet/${project.version}</bundle>
</feature>
</features>

0 comments on commit 310951e

Please sign in to comment.