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