openhab-core/bundles/org.openhab.core.io.transport.serial.rxtx/bnd.bnd
Wouter Born ac1f4080e3
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>
2020-05-08 11:48:06 +02:00

5 lines
95 B
Plaintext

Bundle-SymbolicName: ${project.artifactId}
Import-Package: \
gnu.io;version="[3.12,6)",\
*