Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.commons.notifications.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.commons.notifications.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.commons.notifications.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.notifications.tests/META-INF/MANIFEST.MF
index a772834e..428be27d 100644
--- a/org.eclipse.mylyn.commons.notifications.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.commons.notifications.tests/META-INF/MANIFEST.MF
@@ -5,7 +5,7 @@ Bundle-SymbolicName: org.eclipse.mylyn.commons.notifications.tests;singleton:=tr
Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Require-Bundle: org.eclipse.core.runtime,
- org.junit,
+ org.junit;bundle-version="4.8.2",
org.eclipse.mylyn.commons.core,
org.eclipse.mylyn.commons.sdk.util,
org.eclipse.mylyn.commons.notifications.core,

Back to the top