-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
Description
When pulling dependency com.digi.xbee:xbee-java-library:1.2.0
maven complains missing deps for
org.rxtx:rxtx:2.2
org.rxtx:rxtx-native:2.2
com.digi:android-sdk:5.1.1
com.digi:android-sdk-addon:3
Looks like for rxtx
latest release is 2.1.7
so I don't know where you got 2.2
. Also you should not define dependencies(use dependency management) in a parent pom as those are probably needed only in samples(well looks like android sample was moved away).
alcarraz