Bug 465987 - AllWebUITests reported 122 Junit failures and 20 Errors on WTP builds JUnit Tests for JSDT Web UI are fixed Signed-off-by: vrubezhny <vrubezhny@exadel.com>
diff --git a/tests/org.eclipse.wst.jsdt.web.ui.tests/pom.xml b/tests/org.eclipse.wst.jsdt.web.ui.tests/pom.xml index 42c3ba0..cb95af7 100644 --- a/tests/org.eclipse.wst.jsdt.web.ui.tests/pom.xml +++ b/tests/org.eclipse.wst.jsdt.web.ui.tests/pom.xml
@@ -50,6 +50,11 @@ <artifactId>org.eclipse.jst.jsp.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>