Bug 466426 - AllXMLTests reported 8 Junit Errors on WTP builds

JUnit Tests for XML Validation Web UI are fixed

Signed-off-by: vrubezhny <vrubezhny@exadel.com>
diff --git a/tests/org.eclipse.wst.xml.validation.tests/pom.xml b/tests/org.eclipse.wst.xml.validation.tests/pom.xml
index 8a664fa..dda945b 100644
--- a/tests/org.eclipse.wst.xml.validation.tests/pom.xml
+++ b/tests/org.eclipse.wst.xml.validation.tests/pom.xml
@@ -48,6 +48,11 @@
               <artifactId>org.eclipse.wst.xsd.core</artifactId>
               <version>0.0.0</version>
             </dependency>
+            <dependency>
+              <type>p2-installable-unit</type>
+              <artifactId>com.ibm.icu</artifactId>
+              <version>0.0.0</version>
+            </dependency>
           </dependencies>
         </configuration>
       </plugin>