Skip to content

Commit

Permalink
Change dependency group id to version available on Maven Central (ope…
Browse files Browse the repository at this point in the history
…nhab#10350)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
  • Loading branch information
kaikreuzer authored and thinkingstone committed Nov 7, 2021
1 parent 5fce855 commit e3f330f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion bundles/org.openhab.binding.hdpowerview/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@

<name>openHAB Add-ons :: Bundles :: Hunter Douglas PowerView 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-hdpowerview" description="HD PowerView Binding" version="${project.version}">
<feature>openhab-runtime-base</feature>
<bundle dependency="true">mvn:org.samba.jcifs/jcifs/1.3.17</bundle>
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.hdpowerview/${project.version}</bundle>
</feature>
</features>

0 comments on commit e3f330f

Please sign in to comment.