[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:
Kai Kreuzer 2021-03-15 16:03:57 +01:00
parent badcd67e1c
commit d4188d515c
3 changed files with 7 additions and 2 deletions

View File

@ -12,9 +12,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>

View File

@ -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>