Add POM and feature dependencies for commons-net (#9940)

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2021-01-25 13:45:12 +01:00
committed by GitHub
parent 239e33af26
commit f926cd8080
23 changed files with 155 additions and 4 deletions

View File

@@ -14,4 +14,17 @@
<name>openHAB Add-ons :: Bundles :: Russound Binding</name>
<properties>
<dep.noembedding>commons-net</dep.noembedding>
</properties>
<dependencies>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>${commons.net.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>

View File

@@ -4,6 +4,7 @@
<feature name="openhab-binding-russound" description="Russound Binding" version="${project.version}">
<feature>openhab-runtime-base</feature>
<feature dependency="true">openhab.tp-commons-net</feature>
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.russound/${project.version}</bundle>
</feature>
</features>