Skip to content

Commit 8fcbdb9

Browse files
committed
resolve bndrun on other modules
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
1 parent 793d669 commit 8fcbdb9

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

itests/org.openhab.core.model.item.tests/itest.bndrun

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ Fragment-Host: org.openhab.core.model.item
124124
com.google.guava;version='[33.3.1,33.3.2)',\
125125
biz.aQute.tester.junit-platform;version='[7.1.0,7.1.1)',\
126126
org.osgi.service.cm;version='[1.6.0,1.6.1)',\
127-
org.openhab.core.model.rule.runtime;version='[5.1.0,5.1.1)',\
128127
org.ops4j.pax.logging.pax-logging-api;version='[2.2.8,2.2.9)',\
129128
com.fasterxml.jackson.dataformat.jackson-dataformat-yaml;version='[2.18.2,2.18.3)',\
130129
org.yaml.snakeyaml;version='[2.3.0,2.3.1)',\
131130
de.focus_shift.jollyday-core;version='[1.5.4,1.5.5)',\
132-
de.focus_shift.jollyday-jackson;version='[1.5.4,1.5.5)'
131+
de.focus_shift.jollyday-jackson;version='[1.5.4,1.5.5)',\
132+
org.openhab.core.model.persistence.runtime;version='[5.1.0,5.1.1)'

itests/org.openhab.core.model.rule.tests/itest.bndrun

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,5 @@ Fragment-Host: org.openhab.core.model.rule.runtime
131131
com.fasterxml.jackson.dataformat.jackson-dataformat-yaml;version='[2.18.2,2.18.3)',\
132132
org.yaml.snakeyaml;version='[2.3.0,2.3.1)',\
133133
de.focus_shift.jollyday-core;version='[1.5.4,1.5.5)',\
134-
de.focus_shift.jollyday-jackson;version='[1.5.4,1.5.5)'
134+
de.focus_shift.jollyday-jackson;version='[1.5.4,1.5.5)',\
135+
org.openhab.core.model.persistence.runtime;version='[5.1.0,5.1.1)'

itests/org.openhab.core.model.script.tests/itest.bndrun

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ Fragment-Host: org.openhab.core.model.script
130130
stax2-api;version='[4.2.2,4.2.3)',\
131131
com.google.guava;version='[33.3.1,33.3.2)',\
132132
biz.aQute.tester.junit-platform;version='[7.1.0,7.1.1)',\
133-
org.openhab.core.model.rule.runtime;version='[5.1.0,5.1.1)',\
134133
org.ops4j.pax.logging.pax-logging-api;version='[2.2.8,2.2.9)',\
135134
com.fasterxml.jackson.dataformat.jackson-dataformat-yaml;version='[2.18.2,2.18.3)',\
136135
org.yaml.snakeyaml;version='[2.3.0,2.3.1)',\
137136
de.focus_shift.jollyday-core;version='[1.5.4,1.5.5)',\
138-
de.focus_shift.jollyday-jackson;version='[1.5.4,1.5.5)'
137+
de.focus_shift.jollyday-jackson;version='[1.5.4,1.5.5)',\
138+
org.openhab.core.model.persistence.runtime;version='[5.1.0,5.1.1)'

itests/org.openhab.core.model.thing.tests/itest.bndrun

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ Fragment-Host: org.openhab.core.model.thing
133133
com.google.guava;version='[33.3.1,33.3.2)',\
134134
biz.aQute.tester.junit-platform;version='[7.1.0,7.1.1)',\
135135
org.osgi.service.cm;version='[1.6.0,1.6.1)',\
136-
org.openhab.core.model.rule.runtime;version='[5.1.0,5.1.1)',\
137136
org.ops4j.pax.logging.pax-logging-api;version='[2.2.8,2.2.9)',\
138137
com.fasterxml.jackson.dataformat.jackson-dataformat-yaml;version='[2.18.2,2.18.3)',\
139138
org.yaml.snakeyaml;version='[2.3.0,2.3.1)',\
140139
de.focus_shift.jollyday-core;version='[1.5.4,1.5.5)',\
141-
de.focus_shift.jollyday-jackson;version='[1.5.4,1.5.5)'
140+
de.focus_shift.jollyday-jackson;version='[1.5.4,1.5.5)',\
141+
org.openhab.core.model.persistence.runtime;version='[5.1.0,5.1.1)'

0 commit comments

Comments
 (0)