mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-13 06:31:01 +01:00
60 lines
2.2 KiB
Plaintext
60 lines
2.2 KiB
Plaintext
|
-standalone: \
|
||
|
../../../bom/runtime-index/target/index.xml;name="runtime",\
|
||
|
../../../bom/test-index/target/index.xml;name="test",\
|
||
|
target/index.xml;name="self"
|
||
|
|
||
|
-resolve.effective: active
|
||
|
|
||
|
# Run all integration tests which are named xyzTest
|
||
|
Test-Cases: ${classes;CONCRETE;PUBLIC;NAMED;*Test}
|
||
|
|
||
|
# A temporary inclusion until an R7 framework is available
|
||
|
Import-Package: org.osgi.framework.*;version="[1.8,2)",*
|
||
|
|
||
|
Bundle-SymbolicName: ${project.artifactId}
|
||
|
Fragment-Host: org.openhab.core
|
||
|
Provide-Capability: osgi.service;objectClass:List<String>="org.eclipse.smarthome.core.storage.StorageService"
|
||
|
|
||
|
# Used by Objenesis/Mockito and not actually optional
|
||
|
-runsystempackages: sun.reflect
|
||
|
|
||
|
-runfw: org.eclipse.osgi
|
||
|
-runee: JavaSE-1.8
|
||
|
|
||
|
-runrequires: bnd.identity;id='org.openhab.core.tests'
|
||
|
|
||
|
#
|
||
|
# done
|
||
|
#
|
||
|
-runbundles: \
|
||
|
ch.qos.logback.classic;version='[1.2.0,1.2.1)',\
|
||
|
ch.qos.logback.core;version='[1.2.0,1.2.1)',\
|
||
|
com.google.gson;version='[2.7.0,2.7.1)',\
|
||
|
groovy;version='[2.5.5,2.5.6)',\
|
||
|
javax.measure.unit-api;version='[1.0.0,1.0.1)',\
|
||
|
net.bytebuddy.byte-buddy;version='[1.7.9,1.7.10)',\
|
||
|
net.bytebuddy.byte-buddy-agent;version='[1.7.9,1.7.10)',\
|
||
|
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.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)',\
|
||
|
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,\
|
||
|
org.openhab.core.test,\
|
||
|
org.openhab.core.tests,\
|
||
|
org.mockito.mockito-core;version='[2.13.0,2.13.1)',\
|
||
|
org.objenesis;version='[2.6.0,2.6.1)',\
|
||
|
org.osgi.service.event;version='[1.4.0,1.4.1)',\
|
||
|
osgi.enroute.junit.wrapper;version='[4.12.0,4.12.1)',\
|
||
|
slf4j.api;version='[1.7.21,1.7.22)',\
|
||
|
tec.uom.lib.uom-lib-common;version='[1.0.2,1.0.3)',\
|
||
|
tec.uom.se;version='[1.0.8,1.0.9)',\
|
||
|
osgi.enroute.hamcrest.wrapper;version='[1.3.0,1.3.1)'
|