]> git.basschouten.com Git - openhab-addons.git/commitdiff
move lib to remote (#8701)
authorJ-N-K <J-N-K@users.noreply.github.com>
Sat, 10 Oct 2020 06:18:38 +0000 (08:18 +0200)
committerGitHub <noreply@github.com>
Sat, 10 Oct 2020 06:18:38 +0000 (08:18 +0200)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
bundles/org.openhab.binding.bluetooth.ruuvitag/lib/ruuvitag-common-1.0.0.jar [deleted file]
bundles/org.openhab.binding.bluetooth.ruuvitag/pom.xml

diff --git a/bundles/org.openhab.binding.bluetooth.ruuvitag/lib/ruuvitag-common-1.0.0.jar b/bundles/org.openhab.binding.bluetooth.ruuvitag/lib/ruuvitag-common-1.0.0.jar
deleted file mode 100644 (file)
index 9bc11e4..0000000
Binary files a/bundles/org.openhab.binding.bluetooth.ruuvitag/lib/ruuvitag-common-1.0.0.jar and /dev/null differ
index d57fb5360952081dc0d15cf11a702935403500ad..33b73aeb247f4f8cd23adf808b80d6af060cdd09 100644 (file)
       <version>${project.version}</version>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>fi.tkgwf.ruuvi</groupId>
+      <artifactId>ruuvitag-common</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 </project>