Resolve runbundles and fix tests (#14588)
Related to: * openhab/openhab-core#3433 * openhab/openhab-core#3446 * openhab/openhab-core#3450 Some tests were updated because private lifecycle methods (annotated with @BeforeAll, @AfterAll, @BeforeEach, or @AfterEach) now lead to an exception. See: https://junit.org/junit5/docs/current/release-notes/index.html#deprecations-and-breaking-changes-3 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -33,11 +33,6 @@ Fragment-Host: org.openhab.automation.groovyscripting
|
||||
jakarta.xml.bind-api;version='[2.3.3,2.3.4)',\
|
||||
javax.measure.unit-api;version='[2.1.2,2.1.3)',\
|
||||
jollyday;version='[0.5.10,0.5.11)',\
|
||||
junit-jupiter-api;version='[5.8.1,5.8.2)',\
|
||||
junit-jupiter-engine;version='[5.8.1,5.8.2)',\
|
||||
junit-platform-commons;version='[1.8.1,1.8.2)',\
|
||||
junit-platform-engine;version='[1.8.1,1.8.2)',\
|
||||
junit-platform-launcher;version='[1.8.1,1.8.2)',\
|
||||
org.apache.servicemix.specs.activation-api-1.2.1;version='[1.2.1,1.2.2)',\
|
||||
org.eclipse.equinox.event;version='[1.4.300,1.4.301)',\
|
||||
org.glassfish.hk2.external.javax.inject;version='[2.4.0,2.4.1)',\
|
||||
@@ -65,7 +60,6 @@ Fragment-Host: org.openhab.automation.groovyscripting
|
||||
si.uom.si-quantity;version='[2.1.0,2.1.1)',\
|
||||
tech.units.indriya;version='[2.1.2,2.1.3)',\
|
||||
uom-lib-common;version='[2.1.0,2.1.1)',\
|
||||
xstream;version='[1.4.19,1.4.20)',\
|
||||
org.apache.felix.configadmin;version='[1.9.26,1.9.27)',\
|
||||
org.apache.felix.http.servlet-api;version='[1.2.0,1.2.1)',\
|
||||
org.apache.felix.scr;version='[2.2.4,2.2.5)',\
|
||||
@@ -77,4 +71,10 @@ Fragment-Host: org.openhab.automation.groovyscripting
|
||||
org.eclipse.jetty.util;version='[9.4.50,9.4.51)',\
|
||||
org.eclipse.jetty.util.ajax;version='[9.4.50,9.4.51)',\
|
||||
org.ops4j.pax.logging.pax-logging-api;version='[2.2.0,2.2.1)',\
|
||||
org.osgi.service.component;version='[1.5.0,1.5.1)'
|
||||
org.osgi.service.component;version='[1.5.0,1.5.1)',\
|
||||
junit-jupiter-api;version='[5.9.2,5.9.3)',\
|
||||
junit-jupiter-engine;version='[5.9.2,5.9.3)',\
|
||||
junit-platform-commons;version='[1.9.2,1.9.3)',\
|
||||
junit-platform-engine;version='[1.9.2,1.9.3)',\
|
||||
junit-platform-launcher;version='[1.9.2,1.9.3)',\
|
||||
xstream;version='[1.4.20,1.4.21)'
|
||||
|
||||
Reference in New Issue
Block a user