openhab-addons/bundles/org.openhab.automation.jsscripting/bnd.bnd
Florian Hotze a64e72aff4
[not working] [jsscripting] Use OSGI-ified GraalVM dependencies
Signed-off-by: Florian Hotze <dev@florianhotze.com>
2025-01-06 14:48:37 +01:00

15 lines
745 B
Plaintext

Bundle-SymbolicName: ${project.artifactId}
DynamicImport-Package: *
Import-Package: org.graalvm.home,org.graalvm.options,org.graalvm.polyglot,org.openhab.core.automation.module.script,org.openhab.core.items,org.openhab.core.library.types,javax.management,javax.script,javax.xml.datatype,javax.xml.stream;version="[1.0,2)",org.osgi.framework;version="[1.8,2)",org.slf4j;version="[1.7,2)"
Require-Capability:
osgi.extender:=
filter:="(osgi.extender=osgi.serviceloader.processor)",
osgi.serviceloader:=
filter:="(osgi.serviceloader=org.graalvm.polyglot.impl.AbstractPolyglotImpl)";
cardinality:=multiple
SPI-Provider: *
SPI-Consumer: *
-fixupmessages "Classes found in the wrong directory"; restrict:=error; is:=warning