]> git.basschouten.com Git - openhab-addons.git/commitdiff
move lib to remote repo (#8684)
authorJ-N-K <J-N-K@users.noreply.github.com>
Wed, 7 Oct 2020 23:07:28 +0000 (01:07 +0200)
committerGitHub <noreply@github.com>
Wed, 7 Oct 2020 23:07:28 +0000 (01:07 +0200)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
bundles/org.openhab.binding.cbus/lib/cgateinterface-1.1.0-JH-dev.jar [deleted file]
bundles/org.openhab.binding.cbus/pom.xml

diff --git a/bundles/org.openhab.binding.cbus/lib/cgateinterface-1.1.0-JH-dev.jar b/bundles/org.openhab.binding.cbus/lib/cgateinterface-1.1.0-JH-dev.jar
deleted file mode 100644 (file)
index 472b2bb..0000000
Binary files a/bundles/org.openhab.binding.cbus/lib/cgateinterface-1.1.0-JH-dev.jar and /dev/null differ
index d2fbb886f7592a82714783091c53efbe0d45cf3d..fe92564baf17ed4567ffdeff7b0d3b20f16e074e 100644 (file)
 
   <artifactId>org.openhab.binding.cbus</artifactId>
 
-  <name>openHAB Add-ons :: Bundles :: CBUs Binding</name>
+  <name>openHAB Add-ons :: Bundles :: CBus Binding</name>
 
+  <dependencies>
+    <dependency>
+      <groupId>com.github.jpharvey</groupId>
+      <artifactId>cgateinterface</artifactId>
+      <version>1.1.0-JH-dev</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
 </project>