move lib to remote repo (#8684)

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
This commit is contained in:
J-N-K 2020-10-08 01:07:28 +02:00 committed by GitHub
parent 435c78ef8c
commit 937c7a3a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -13,6 +13,14 @@
<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>