Update nrjavaserial in TP to 5.0.2 and define import version range (#1464)

The first version of nrjavaserial with OSGi manifest entries is 3.12.0.
The interface has not changed and is still the same with nrjavaserial 5.x.
So using 3.12.0 as compile time dependency and defining a [3.12,6) version range using bnd.bnd files allows for maximum flexibility.

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2020-05-08 11:48:06 +02:00
committed by GitHub
parent aca4513601
commit ac1f4080e3
5 changed files with 12 additions and 5 deletions
@@ -212,7 +212,7 @@
<feature name="openhab.tp-serial-rxtx" version="${project.version}">
<capability>openhab.tp;feature=serial;impl=rxtx</capability>
<bundle>mvn:com.neuronrobotics/nrjavaserial/3.20.0</bundle>
<bundle>mvn:com.neuronrobotics/nrjavaserial/5.0.2</bundle>
</feature>
<feature name="openhab.tp-xtext" description="Xtext - Language Engineering Made Easy" version="${project.version}">