From 234f4f90f14212052a0b4bb1dab5875b876c808c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Tue, 19 Sep 2023 06:38:06 +0200 Subject: [PATCH] Add a version range to the import package to allow previous versions --- .../org.eclipse.tycho.bnd.executionlistener/bnd.bnd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/bnd.bnd b/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/bnd.bnd index e773cc6a6d..9107b0023f 100644 --- a/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/bnd.bnd +++ b/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/bnd.bnd @@ -1 +1,5 @@ -Import-Package: org.osgi.service.component.*;resolution:=optional,* \ No newline at end of file +Import-Package: org.osgi.service.component.*;resolution:=optional,\ + org.junit.platform.engine;version="[1.9,2)",\ + org.junit.platform.launcher;version="[1.9,2)",\ + org.osgi.framework;version="[1,2)",\ + * \ No newline at end of file