mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-11 21:51:53 +01:00
e3f12c8a45
* Syncs dependencies with Karaf 4.3.2 * Resolves itest runbundles for these new dependencies Signed-off-by: Wouter Born <github@maindrain.net>
60 lines
2.6 KiB
Plaintext
60 lines
2.6 KiB
Plaintext
-include: ../itest-common.bndrun
|
|
|
|
Bundle-SymbolicName: ${project.artifactId}
|
|
Fragment-Host: org.openhab.core.thing.xml
|
|
|
|
-runrequires: \
|
|
bnd.identity;id='org.openhab.core.thing.xml.tests',\
|
|
bnd.identity;id='org.openhab.core.binding.xml'
|
|
|
|
#
|
|
# done
|
|
#
|
|
-runbundles: \
|
|
org.apache.felix.http.servlet-api;version='[1.1.2,1.1.3)',\
|
|
org.eclipse.equinox.event;version='[1.4.300,1.4.301)',\
|
|
org.osgi.service.event;version='[1.4.0,1.4.1)',\
|
|
org.apache.servicemix.specs.annotation-api-1.3;version='[1.3.0,1.3.1)',\
|
|
org.hamcrest;version='[2.2.0,2.2.1)',\
|
|
org.opentest4j;version='[1.2.0,1.2.1)',\
|
|
com.sun.xml.bind.jaxb-osgi;version='[2.3.3,2.3.4)',\
|
|
jakarta.xml.bind-api;version='[2.3.3,2.3.4)',\
|
|
org.apache.servicemix.specs.activation-api-1.2.1;version='[1.2.1,1.2.2)',\
|
|
org.openhab.core;version='[3.1.0,3.1.1)',\
|
|
org.openhab.core.binding.xml;version='[3.1.0,3.1.1)',\
|
|
org.openhab.core.config.core;version='[3.1.0,3.1.1)',\
|
|
org.openhab.core.config.xml;version='[3.1.0,3.1.1)',\
|
|
org.openhab.core.io.console;version='[3.1.0,3.1.1)',\
|
|
org.openhab.core.test;version='[3.1.0,3.1.1)',\
|
|
org.openhab.core.thing;version='[3.1.0,3.1.1)',\
|
|
org.openhab.core.thing.xml;version='[3.1.0,3.1.1)',\
|
|
org.openhab.core.thing.xml.tests;version='[3.1.0,3.1.1)',\
|
|
xstream;version='[1.4.15,1.4.16)',\
|
|
junit-jupiter-api;version='[5.7.0,5.7.1)',\
|
|
junit-jupiter-engine;version='[5.7.0,5.7.1)',\
|
|
junit-platform-commons;version='[1.7.0,1.7.1)',\
|
|
junit-platform-engine;version='[1.7.0,1.7.1)',\
|
|
junit-platform-launcher;version='[1.7.0,1.7.1)',\
|
|
org.glassfish.hk2.osgi-resource-locator;version='[1.0.3,1.0.4)',\
|
|
biz.aQute.tester.junit-platform;version='[5.3.0,5.3.1)',\
|
|
com.google.gson;version='[2.8.6,2.8.7)',\
|
|
org.apache.felix.scr;version='[2.1.26,2.1.27)',\
|
|
org.osgi.util.function;version='[1.1.0,1.1.1)',\
|
|
org.osgi.util.promise;version='[1.1.1,1.1.2)',\
|
|
jakarta.annotation-api;version='[2.0.0,2.0.1)',\
|
|
jakarta.inject.jakarta.inject-api;version='[2.0.0,2.0.1)',\
|
|
javax.measure.unit-api;version='[2.1.2,2.1.3)',\
|
|
org.glassfish.hk2.external.javax.inject;version='[2.4.0,2.4.1)',\
|
|
si-units;version='[2.0.1,2.0.2)',\
|
|
si.uom.si-quantity;version='[2.0.1,2.0.2)',\
|
|
tech.units.indriya;version='[2.1.2,2.1.3)',\
|
|
uom-lib-common;version='[2.1.0,2.1.1)',\
|
|
org.eclipse.jetty.http;version='[9.4.40,9.4.41)',\
|
|
org.eclipse.jetty.io;version='[9.4.40,9.4.41)',\
|
|
org.eclipse.jetty.security;version='[9.4.40,9.4.41)',\
|
|
org.eclipse.jetty.server;version='[9.4.40,9.4.41)',\
|
|
org.eclipse.jetty.servlet;version='[9.4.40,9.4.41)',\
|
|
org.eclipse.jetty.util;version='[9.4.40,9.4.41)',\
|
|
org.eclipse.jetty.util.ajax;version='[9.4.40,9.4.41)',\
|
|
org.ops4j.pax.logging.pax-logging-api;version='[2.0.9,2.0.10)'
|