mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
2a06d15955
For the runtime dependencies a template from the EnRoute project has been used. To allow further customization and usages of different Maven scopes, we migrate the template to this repo. Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
45 lines
1.9 KiB
Plaintext
45 lines
1.9 KiB
Plaintext
-include: ../itest-common.bndrun
|
|
|
|
Bundle-SymbolicName: ${project.artifactId}
|
|
Fragment-Host: org.openhab.core.automation
|
|
|
|
-runrequires: bnd.identity;id='org.openhab.core.automation.tests'
|
|
|
|
# If we would like to use a storage at all, we will use the "volatile" storage.
|
|
-runblacklist: \
|
|
bnd.identity;id='org.openhab.core.storage.json',\
|
|
bnd.identity;id='org.openhab.core.storage.mapdb'
|
|
|
|
#
|
|
# done
|
|
#
|
|
-runbundles: \
|
|
com.google.gson;version='[2.7.0,2.7.1)',\
|
|
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
|
org.apache.commons.collections;version='[3.2.1,3.2.2)',\
|
|
org.apache.commons.io;version='[2.2.0,2.2.1)',\
|
|
org.apache.commons.lang;version='[2.6.0,2.6.1)',\
|
|
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)',\
|
|
org.eclipse.jetty.http;version='[9.4.11,9.4.12)',\
|
|
org.eclipse.jetty.io;version='[9.4.11,9.4.12)',\
|
|
org.eclipse.jetty.security;version='[9.4.11,9.4.12)',\
|
|
org.eclipse.jetty.server;version='[9.4.11,9.4.12)',\
|
|
org.eclipse.jetty.servlet;version='[9.4.11,9.4.12)',\
|
|
org.eclipse.jetty.util;version='[9.4.11,9.4.12)',\
|
|
org.openhab.core;version='[2.5.0,2.5.1)',\
|
|
org.openhab.core.automation;version='[2.5.0,2.5.1)',\
|
|
org.openhab.core.automation.tests;version='[2.5.0,2.5.1)',\
|
|
org.openhab.core.config.core;version='[2.5.0,2.5.1)',\
|
|
org.openhab.core.io.console;version='[2.5.0,2.5.1)',\
|
|
org.openhab.core.test;version='[2.5.0,2.5.1)',\
|
|
org.openhab.core.thing;version='[2.5.0,2.5.1)',\
|
|
org.osgi.service.event;version='[1.4.0,1.4.1)',\
|
|
osgi.enroute.hamcrest.wrapper;version='[1.3.0,1.3.1)',\
|
|
osgi.enroute.junit.wrapper;version='[4.12.0,4.12.1)',\
|
|
tec.uom.lib.uom-lib-common;version='[1.0.2,1.0.3)',\
|
|
tec.uom.se;version='[1.0.8,1.0.9)',\
|
|
ch.qos.logback.core;version='[1.2.3,1.2.4)',\
|
|
slf4j.api;version='[1.7.25,1.7.26)',\
|
|
slf4j.simple;version='[1.7.21,1.7.22)' |