[airvisualnode] Change dependency group id to version available on Maven Central (#10333)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
parent
ee59803df8
commit
f972d06db9
|
@ -14,9 +14,15 @@
|
|||
|
||||
<name>openHAB Add-ons :: Bundles :: AirVisual Node Air Quality Monitor Binding</name>
|
||||
|
||||
<properties>
|
||||
<bnd.importpackage>
|
||||
!jcifs
|
||||
</bnd.importpackage>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.samba.jcifs</groupId>
|
||||
<groupId>jcifs</groupId>
|
||||
<artifactId>jcifs</artifactId>
|
||||
<version>1.3.17</version>
|
||||
<scope>compile</scope>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
<feature name="openhab-binding-airvisualnode" description="AirVisual Node Binding" version="${project.version}">
|
||||
<feature>openhab-runtime-base</feature>
|
||||
<bundle dependency="true" start-level="80">mvn:org.samba.jcifs/jcifs/1.3.17</bundle>
|
||||
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.airvisualnode/${project.version}</bundle>
|
||||
</feature>
|
||||
</features>
|
||||
|
|
Loading…
Reference in New Issue