]> git.basschouten.com Git - openhab-addons.git/commitdiff
[rfxcom] move lib to remote (#8700)
authorJ-N-K <J-N-K@users.noreply.github.com>
Sat, 10 Oct 2020 06:23:57 +0000 (08:23 +0200)
committerGitHub <noreply@github.com>
Sat, 10 Oct 2020 06:23:57 +0000 (08:23 +0200)
* move lib to remote

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
bundles/org.openhab.binding.rfxcom/lib/jd2xx.jar [deleted file]
bundles/org.openhab.binding.rfxcom/pom.xml

diff --git a/bundles/org.openhab.binding.rfxcom/lib/jd2xx.jar b/bundles/org.openhab.binding.rfxcom/lib/jd2xx.jar
deleted file mode 100644 (file)
index 49dc713..0000000
Binary files a/bundles/org.openhab.binding.rfxcom/lib/jd2xx.jar and /dev/null differ
index 484021c5e27957178288bc9ceedb864e9cb36a7d..a3a77ebbdadd13bfca7000f8a00bc35d6afb9625 100644 (file)
 
   <name>openHAB Add-ons :: Bundles :: Rfxcom Binding</name>
 
+  <dependencies>
+    <dependency>
+      <groupId>org.openhab.binding.rfxcom</groupId>
+      <artifactId>jd2xx</artifactId>
+      <version>20150103</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
 </project>