SINTEF-9012 / bglib

Java implementation of the BGAPI binary protocol for Bluegiga BLE112 Bluetooth low energy modules.
37 stars 14 forks source link

Issues with the `rxtx` dependency in samples #14

Closed NicholasAStuart closed 9 years ago

NicholasAStuart commented 9 years ago

When I pull down the bglib, I try to build it but get errors due to the org.kevoree.extra.osgi.rxtx dependency. It seems as though the Kevoree repository isn't responding properly or it's not open to the public. When I visit the repository site I get a 404.

<dependency>
        <groupId>org.kevoree.extra</groupId>
        <artifactId>org.kevoree.extra.osgi.rxtx</artifactId>
        <version>2.2.0</version>
</dependency>
ffleurey commented 9 years ago

Hello! It should be fixed now, I have removed the dep to the old Kevoree repository and added the missing artifact in a thirparty repository. Let me know if you still have problems. (You might need to force maven to refresh its caches). Cheers!

NicholasAStuart commented 9 years ago

Looks like it works now, thank you for such a timely response.