[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 committed by GitHub
parent ee59803df8
commit f972d06db9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View File

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

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>