1+ #*******************************************************************************
2+ # Copyright (c) 2004 Contributors to the Eclipse Foundation
3+ #
4+ # This program and the accompanying materials are made
5+ # available under the terms of the Eclipse Public License 2.0
6+ # which is available at https://www.eclipse.org/legal/epl-2.0/
7+ #
8+ # SPDX-License-Identifier: EPL-2.0
9+ #
10+ # Contributors:
11+ # SmartCity Jena - initial
12+ # Stefan Bischof (bipolis.org) - initial
13+ #*******************************************************************************
14+
15+
16+ -runstartlevel: \
17+ order=sortbynameversion,\
18+ begin=-1
19+
20+ -runtrace: true
21+
22+ -tester: biz.aQute.tester.junit-platform
23+
24+
25+
26+
27+ -runsystemcapabilities: ${native_capability}
28+
29+ -runproperties: \
30+ org.slf4j.simpleLogger.defaultLogLevel=debug
31+
32+ -runfw: org.apache.felix.framework
33+
34+ -runee: JavaSE-21
35+
36+ -runrequires: \
37+ bnd.identity;id='${project.artifactId}-tests',\
38+ bnd.identity;id=junit-jupiter-engine,\
39+ bnd.identity;id=junit-platform-launcher
40+
41+ # -runbundles is calculated by the bnd-resolver-maven-plugin
42+
43+ -runbundles: \
44+ ch.qos.logback.classic;version='[1.5.6,1.5.7)',\
45+ ch.qos.logback.core;version='[1.5.6,1.5.7)',\
46+ com.sun.jna;version='[5.11.0,5.11.1)',\
47+ junit-jupiter-api;version='[5.10.2,5.10.3)',\
48+ junit-jupiter-engine;version='[5.10.2,5.10.3)',\
49+ junit-platform-commons;version='[1.10.2,1.10.3)',\
50+ junit-platform-engine;version='[1.10.2,1.10.3)',\
51+ junit-platform-launcher;version='[1.10.2,1.10.3)',\
52+ org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.7,1.3.8)',\
53+ org.eclipse.daanse.tooling.dockerjava;version='[0.0.1,0.0.2)',\
54+ org.eclipse.daanse.tooling.dockerjava-tests;version='[0.0.1,0.0.2)',\
55+ org.opentest4j;version='[1.3.0,1.3.1)',\
56+ slf4j.api;version='[2.0.12,2.0.13)'
0 commit comments