Skip to content

Commit

Permalink
[airvisualnode] Change dependency group id to version available on Ma…
Browse files Browse the repository at this point in the history
…ven Central (openhab#10333)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
Signed-off-by: John Marshall <john.marshall.au@gmail.com>
  • Loading branch information
kaikreuzer authored and themillhousegroup committed May 10, 2021
1 parent 192a745 commit 5b6131a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Empty file.
8 changes: 7 additions & 1 deletion bundles/org.openhab.binding.airvisualnode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 5b6131a

Please sign in to comment.