Skip to content

Commit 053ebb8

Browse files
authored
Resolve runbundles for Jollyday upgrade (openhab#17834)
Signed-off-by: Wouter Born <[email protected]>
1 parent 12e7212 commit 053ebb8

File tree

2 files changed

+6
-6
lines changed
  • itests

2 files changed

+6
-6
lines changed

itests/org.openhab.automation.groovyscripting.tests/itest.bndrun

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ Fragment-Host: org.openhab.automation.groovyscripting
8686
com.fasterxml.jackson.core.jackson-core;version='[2.17.2,2.17.3)',\
8787
com.fasterxml.jackson.core.jackson-databind;version='[2.17.2,2.17.3)',\
8888
com.fasterxml.jackson.dataformat.jackson-dataformat-yaml;version='[2.17.2,2.17.3)',\
89-
de.focus_shift.jollyday-core;version='[0.32.0,0.32.1)',\
90-
de.focus_shift.jollyday-jackson;version='[0.32.0,0.32.1)',\
9189
biz.aQute.tester.junit-platform;version='[7.1.0,7.1.1)',\
92-
org.osgi.service.cm;version='[1.6.0,1.6.1)'
90+
org.osgi.service.cm;version='[1.6.0,1.6.1)',\
91+
de.focus_shift.jollyday-core;version='[0.35.1,0.35.2)',\
92+
de.focus_shift.jollyday-jackson;version='[0.35.1,0.35.2)'
9393

itests/org.openhab.automation.jsscriptingnashorn.tests/itest.bndrun

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Fragment-Host: org.openhab.automation.jsscriptingnashorn
8484
org.openhab.core.thing;version='[4.3.0,4.3.1)',\
8585
org.openhab.core.transform;version='[4.3.0,4.3.1)',\
8686
stax2-api;version='[4.2.2,4.2.3)',\
87-
de.focus_shift.jollyday-core;version='[0.32.0,0.32.1)',\
88-
de.focus_shift.jollyday-jackson;version='[0.32.0,0.32.1)',\
8987
biz.aQute.tester.junit-platform;version='[7.1.0,7.1.1)',\
90-
org.osgi.service.cm;version='[1.6.0,1.6.1)'
88+
org.osgi.service.cm;version='[1.6.0,1.6.1)',\
89+
de.focus_shift.jollyday-core;version='[0.35.1,0.35.2)',\
90+
de.focus_shift.jollyday-jackson;version='[0.35.1,0.35.2)'

0 commit comments

Comments
 (0)