Bug 581383 - Use Import-Package for JUnit5 dependency As of 2022-09 the Eclipse IDE is consuming JUnit5 directly from Maven where it has a different Bundle-SymbolicName. Change-Id: Ia0345f1718122b27d68f7bde6362fac950d581a7 Signed-off-by: Joe Shannon <joe.shannon@diamond.ac.uk>
diff --git a/org.eclipse.swtbot.junit5_x/META-INF/MANIFEST.MF b/org.eclipse.swtbot.junit5_x/META-INF/MANIFEST.MF index 0051072..861a30f 100644 --- a/org.eclipse.swtbot.junit5_x/META-INF/MANIFEST.MF +++ b/org.eclipse.swtbot.junit5_x/META-INF/MANIFEST.MF
@@ -7,7 +7,7 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Vendor: Eclipse.org - SWTBot Import-Package: org.eclipse.swtbot.swt.finder, + org.junit.jupiter.api.extension, org.slf4j -Require-Bundle: org.junit.jupiter.api, - org.eclipse.swtbot.swt.finder +Require-Bundle: org.eclipse.swtbot.swt.finder Export-Package: org.eclipse.swtbot.swt.finder.junit5