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