mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-11 21:51:53 +01:00
ac1f4080e3
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>
6 lines
133 B
Plaintext
6 lines
133 B
Plaintext
Bundle-SymbolicName: ${project.artifactId}
|
|
Import-Package: \
|
|
gnu.io;version="[3.12,6)",\
|
|
gnu.io.rfc2217;version="[3.12,6)",\
|
|
*
|