Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.wsi.tests/META-INF/MANIFEST.MF')
-rw-r--r--tests/org.eclipse.wst.wsi.tests/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/org.eclipse.wst.wsi.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.wst.wsi.tests/META-INF/MANIFEST.MF
index 57de4a443..2e7498fac 100644
--- a/tests/org.eclipse.wst.wsi.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.wst.wsi.tests/META-INF/MANIFEST.MF
@@ -9,8 +9,8 @@ Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Require-Bundle: org.eclipse.wst.wsi,
org.eclipse.core.resources,
- org.junit,
- org.wsdl4j,
+ org.junit;bundle-version="[3.8.0,4.0.0)",
+ javax.wsdl;bundle-version="[1.4.0,1.5.0)",
org.eclipse.osgi,
org.eclipse.core.runtime,
org.eclipse.wst.command.env,

Back to the top