Add POM and feature dependencies for commons-net (#9940)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -13,4 +13,18 @@
|
||||
<artifactId>org.openhab.binding.pjlinkdevice</artifactId>
|
||||
|
||||
<name>openHAB Add-ons :: Bundles :: PJLink 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>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
<feature name="openhab-binding-pjlinkdevice" description="PJLinkDevice 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.pjlinkdevice/${project.version}</bundle>
|
||||
</feature>
|
||||
</features>
|
||||
|
||||
Reference in New Issue
Block a user