Change dependency group id to version available on Maven Central (#10350)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer
2021-03-19 13:42:45 +01:00
committed by GitHub
parent fe0c35d22f
commit 104360e094
2 changed files with 7 additions and 2 deletions

View File

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