2019-02-05 09:32:49 +01:00
|
|
|
-include: ../itest-common.bndrun
|
|
|
|
|
|
|
|
Bundle-SymbolicName: ${project.artifactId}
|
|
|
|
Fragment-Host: org.openhab.core.config.discovery
|
|
|
|
|
2019-02-05 14:40:16 +01:00
|
|
|
-runrequires: \
|
|
|
|
bnd.identity;id='org.openhab.core.config.discovery.tests',\
|
|
|
|
bnd.identity;id='org.openhab.core.thing.xml'
|
2019-02-05 09:32:49 +01:00
|
|
|
|
|
|
|
#
|
|
|
|
# done
|
|
|
|
#
|
|
|
|
-runbundles: \
|
|
|
|
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
|
|
|
org.apache.felix.configadmin;version='[1.9.8,1.9.9)',\
|
|
|
|
org.apache.felix.http.servlet-api;version='[1.1.2,1.1.3)',\
|
|
|
|
org.apache.felix.scr;version='[2.1.10,2.1.11)',\
|
|
|
|
org.eclipse.equinox.event;version='[1.4.300,1.4.301)',\
|
2019-02-05 14:40:16 +01:00
|
|
|
org.osgi.service.event;version='[1.4.0,1.4.1)',\
|
2019-02-25 22:39:28 +01:00
|
|
|
ch.qos.logback.core;version='[1.2.3,1.2.4)',\
|
|
|
|
slf4j.api;version='[1.7.25,1.7.26)',\
|
2019-03-13 11:23:56 +01:00
|
|
|
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
|
2019-03-31 17:53:56 +02:00
|
|
|
com.google.gson;version='[2.8.2,2.8.3)',\
|
|
|
|
org.apache.servicemix.specs.annotation-api-1.3;version='[1.3.0,1.3.1)',\
|
2019-07-14 21:37:07 +02:00
|
|
|
tec.uom.lib.uom-lib-common;version='[1.0.3,1.0.4)',\
|
2019-10-14 07:14:09 +02:00
|
|
|
tec.uom.se;version='[1.0.10,1.0.11)',\
|
2019-11-17 11:47:24 +01:00
|
|
|
org.eclipse.jetty.http;version='[9.4.20,9.4.21)',\
|
|
|
|
org.eclipse.jetty.io;version='[9.4.20,9.4.21)',\
|
|
|
|
org.eclipse.jetty.security;version='[9.4.20,9.4.21)',\
|
|
|
|
org.eclipse.jetty.server;version='[9.4.20,9.4.21)',\
|
|
|
|
org.eclipse.jetty.servlet;version='[9.4.20,9.4.21)',\
|
2019-12-16 00:22:35 +01:00
|
|
|
org.eclipse.jetty.util;version='[9.4.20,9.4.21)',\
|
2020-08-09 14:36:46 +02:00
|
|
|
biz.aQute.tester.junit-platform;version='[5.1.2,5.1.3)',\
|
|
|
|
org.hamcrest;version='[2.2.0,2.2.1)',\
|
2020-10-02 23:36:37 +02:00
|
|
|
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)',\
|
2020-10-04 19:56:44 +02:00
|
|
|
org.glassfish.hk2.osgi-resource-locator;version='[1.0.1,1.0.2)',\
|
2020-12-22 10:01:42 +01:00
|
|
|
org.openhab.core;version='[3.1.0,3.1.1)',\
|
|
|
|
org.openhab.core.config.core;version='[3.1.0,3.1.1)',\
|
|
|
|
org.openhab.core.config.discovery;version='[3.1.0,3.1.1)',\
|
|
|
|
org.openhab.core.config.discovery.tests;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)',\
|
2020-12-23 20:11:44 +01:00
|
|
|
org.openhab.core.thing.xml;version='[3.1.0,3.1.1)',\
|
2021-01-05 22:58:58 +01:00
|
|
|
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)',\
|
|
|
|
net.bytebuddy.byte-buddy;version='[1.10.19,1.10.20)',\
|
|
|
|
net.bytebuddy.byte-buddy-agent;version='[1.10.19,1.10.20)',\
|
|
|
|
org.mockito.junit-jupiter;version='[3.7.0,3.7.1)',\
|
|
|
|
org.mockito.mockito-core;version='[3.7.0,3.7.1)',\
|
|
|
|
org.objenesis;version='[3.1.0,3.1.1)'
|