bluetooth-manager icon indicating copy to clipboard operation
bluetooth-manager copied to clipboard

remove dependency to com.zsmartsystems.bluetooth.bluegiga snapshot

Open bilak opened this issue 7 years ago • 1 comments

Hi, currently if you want to run some code it dependes on <dependency> <groupId>com.zsmartsystems.bluetooth.bluegiga</groupId> <artifactId>com.zsmartsystems.bluetooth.bluegiga</artifactId> <version>1.0.0-SNAPSHOT</version> </dependency>

publish that library or remove the denepndency to be able to use bluetooth-manager without hacks

bilak avatar Dec 02 '18 17:12 bilak

Hi @bilak, that library is a 3rd party library that is not released (but still stable enough), I've got not control over it. The reference you've mentioned is a reference in other module, please read manual on how to build it: https://github.com/sputnikdev/bluetooth-manager-bluegiga/blob/master/README.md

vkolotov avatar Dec 02 '18 18:12 vkolotov