[439828] Several JUnit failing due to java.lang.NoClassDefFoundError: com/ibm/icu/text/UTF16
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.wst.xml.xpath2.processor.tests/META-INF/MANIFEST.MF
index 158f5cc..a5fb726 100644
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.wst.xml.xpath2.processor.tests/META-INF/MANIFEST.MF
@@ -11,7 +11,8 @@
  org.junit;bundle-version="3.8.2",
  org.w3c.xqts.testsuite;bundle-version="1.0.2",
  org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)",
-  java_cup.runtime;bundle-version="0.10.0"
+ java_cup.runtime;bundle-version="0.10.0",
+ com.ibm.icu
 Export-Package: org.custommonkey.xmlunit,
  org.custommonkey.xmlunit.examples,
  org.custommonkey.xmlunit.exceptions,