From e6bd19f0f2286e5ee3f8c547f3c2bb7dc5461ae4 Mon Sep 17 00:00:00 2001 From: Kai Kreuzer Date: Tue, 22 Jul 2025 09:56:00 +0200 Subject: [PATCH] Fix runbundles on astro itests (#19008) Signed-off-by: Kai Kreuzer --- itests/org.openhab.binding.astro.tests/itest.bndrun | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/itests/org.openhab.binding.astro.tests/itest.bndrun b/itests/org.openhab.binding.astro.tests/itest.bndrun index 41c00b541e..e6b29e315c 100644 --- a/itests/org.openhab.binding.astro.tests/itest.bndrun +++ b/itests/org.openhab.binding.astro.tests/itest.bndrun @@ -50,6 +50,7 @@ Fragment-Host: org.openhab.binding.astro org.openhab.core.config.core;version='[5.1.0,5.1.1)',\ org.openhab.core.config.discovery;version='[5.1.0,5.1.1)',\ org.openhab.core.io.console;version='[5.1.0,5.1.1)',\ + org.openhab.core.semantics;version='[5.1.0,5.1.1)',\ org.openhab.core.thing;version='[5.1.0,5.1.1)',\ org.openhab.core.transform;version='[5.1.0,5.1.1)',\ biz.aQute.tester.junit-platform;version='[7.1.0,7.1.1)',\ @@ -72,5 +73,5 @@ Fragment-Host: org.openhab.binding.astro org.objectweb.asm.util;version='[9.6.0,9.6.1)',\ org.openhab.core.test;version='[5.1.0,5.1.1)',\ org.osgi.service.cm;version='[1.6.0,1.6.1)',\ - jakarta.annotation-api;version='[2.1.1,2.1.2)',\ - org.openhab.core.semantics;version='[5.0.0,5.0.1)' + jakarta.annotation-api;version='[2.1.1,2.1.2)' +