mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-26 20:21:33 +01:00
10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
|
Bundle-SymbolicName: ${project.artifactId}
|
||
|
Import-Package: \
|
||
|
org.eclipse.jdt.annotation.*;resolution:=optional,\
|
||
|
org.openhab.*;version=!,\
|
||
|
org.osgi.framework,\
|
||
|
org.osgi.service.*,\
|
||
|
org.slf4j.*,\
|
||
|
com.google.gson.*;version="[2.8,3)"
|
||
|
Export-Package: io.micrometer.core.*
|