2010-02-20 19:23:32 +01:00
|
|
|
-include: ../itest-common.bndrun
|
|
|
|
|
|
|
|
Bundle-SymbolicName: ${project.artifactId}
|
|
|
|
Fragment-Host: org.openhab.persistence.mapdb
|
|
|
|
|
|
|
|
-runrequires: \
|
|
|
|
bnd.identity;id='org.openhab.persistence.mapdb.tests',\
|
|
|
|
bnd.identity;id='org.openhab.core',\
|
|
|
|
bnd.identity;id='org.openhab.persistence.mapdb'
|
|
|
|
|
2020-10-03 18:23:16 +02:00
|
|
|
# We would like to use the "volatile" storage only
|
|
|
|
-runblacklist: \
|
|
|
|
bnd.identity;id='org.openhab.core.storage.json'
|
|
|
|
|
2010-02-20 19:23:32 +01:00
|
|
|
#
|
|
|
|
# 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.hamcrest;version='[2.2.0,2.2.1)',\
|
2020-10-03 18:23:16 +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)',\
|
2020-12-22 10:37:44 +01:00
|
|
|
org.apache.servicemix.specs.activation-api-1.2.1;version='[1.2.1,1.2.2)',\
|
2021-01-06 14:30:40 +01:00
|
|
|
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)',\
|
2021-01-15 22:09:59 +01:00
|
|
|
junit-platform-launcher;version='[1.7.0,1.7.1)',\
|
2021-02-28 21:33:41 +01:00
|
|
|
org.glassfish.hk2.osgi-resource-locator;version='[1.0.3,1.0.4)',\
|
2021-04-02 20:00:30 +02:00
|
|
|
com.google.gson;version='[2.8.6,2.8.7)',\
|
|
|
|
org.osgi.util.function;version='[1.1.0,1.1.1)',\
|
2021-05-11 08:31:03 +02:00
|
|
|
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)',\
|
|
|
|
org.jsr-305;version='[3.0.2,3.0.3)',\
|
|
|
|
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)',\
|
2021-05-18 07:37:57 +02:00
|
|
|
uom-lib-common;version='[2.1.0,2.1.1)',\
|
2021-06-28 13:44:38 +02:00
|
|
|
org.openhab.core;version='[3.2.0,3.2.1)',\
|
|
|
|
org.openhab.core.config.core;version='[3.2.0,3.2.1)',\
|
|
|
|
org.openhab.core.persistence;version='[3.2.0,3.2.1)',\
|
|
|
|
org.openhab.core.test;version='[3.2.0,3.2.1)',\
|
|
|
|
org.openhab.persistence.mapdb;version='[3.2.0,3.2.1)',\
|
2021-09-18 19:33:18 +02:00
|
|
|
org.openhab.persistence.mapdb.tests;version='[3.2.0,3.2.1)',\
|
|
|
|
org.apache.felix.scr;version='[2.1.28,2.1.29)',\
|
|
|
|
org.eclipse.jetty.http;version='[9.4.43,9.4.44)',\
|
|
|
|
org.eclipse.jetty.io;version='[9.4.43,9.4.44)',\
|
|
|
|
org.eclipse.jetty.security;version='[9.4.43,9.4.44)',\
|
|
|
|
org.eclipse.jetty.server;version='[9.4.43,9.4.44)',\
|
|
|
|
org.eclipse.jetty.servlet;version='[9.4.43,9.4.44)',\
|
|
|
|
org.eclipse.jetty.util;version='[9.4.43,9.4.44)',\
|
|
|
|
org.eclipse.jetty.util.ajax;version='[9.4.43,9.4.44)',\
|
2021-10-09 19:57:33 +02:00
|
|
|
org.ops4j.pax.logging.pax-logging-api;version='[2.0.10,2.0.11)',\
|
|
|
|
biz.aQute.tester.junit-platform;version='[6.0.0,6.0.1)'
|