Hi,
I am trying to import MQTT library in my MicroEJ Studio project. I added the line
<dependency org="org.eclipse.paho" name="mqttv3-microej" rev="1.+"/>
to my module.ivy file but when Ivy tries to resolve dependencies i get this error:
The ivy file 'module.ivy' could not be parsed: Problem occurred while parsing ivy file: MicroEJ revision semantic error for dependency org.eclipse.paho#mqttv3-microej;1.+ : Expecting a fixed revision (M.m.p): got "1.+" in file:module.ivy
Ivy is not able to parse the revision pattern. How can I make it able to resolve the dependency?
Thanks