[174251] use of org.junit should be constrained
diff --git a/org.eclipse.wst.common.snippets.tests/META-INF/MANIFEST.MF b/org.eclipse.wst.common.snippets.tests/META-INF/MANIFEST.MF
index 3116a70..17a56b5 100644
--- a/org.eclipse.wst.common.snippets.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.wst.common.snippets.tests/META-INF/MANIFEST.MF
@@ -10,7 +10,7 @@
 Export-Package: org.eclipse.wst.common.snippets.core.tests,
  org.eclipse.wst.common.snippets.tests,
  org.eclipse.wst.common.snippets.ui.tests
-Require-Bundle: org.junit,
+Require-Bundle: org.junit;bundle-version="[3.8.0,4.0.0)",
  org.eclipse.core.resources,
  org.eclipse.core.runtime,
  org.eclipse.text,