[439828] Several JUnit failing due to java.lang.NoClassDefFoundError: com/ibm/icu/text/UTF16
diff --git a/bundles/org.eclipse.wst.xml.xpath2.processor/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.xml.xpath2.processor/META-INF/MANIFEST.MF
index ef33712..02c50de 100644
--- a/bundles/org.eclipse.wst.xml.xpath2.processor/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.xml.xpath2.processor/META-INF/MANIFEST.MF
@@ -4,8 +4,7 @@
 Bundle-SymbolicName: org.eclipse.wst.xml.xpath2.processor
 Bundle-Version: 2.1.100.qualifier
 Require-Bundle: org.apache.xerces;bundle-version="[2.9.0,3.0.0)",
- java_cup.runtime;bundle-version="0.10.0",
- com.ibm.icu;bundle-version="3.8.0";resolution:=optional
+ java_cup.runtime;bundle-version="0.10.0"
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Export-Package: org.eclipse.wst.xml.xpath2.api,
  org.eclipse.wst.xml.xpath2.api.typesystem,
@@ -23,3 +22,6 @@
  org.eclipse.wst.xml.xpath2.processor.util
 Bundle-Vendor: %provider
 Bundle-Localization: plugin
+Import-Package: com.ibm.icu.lang;version="3.8",
+ com.ibm.icu.text;version="3.8",
+ com.ibm.icu.util;version="3.8"