Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Sandonato2015-05-07 01:58:54 +0000
committerNick Sandonato2015-05-07 01:58:54 +0000
commitc6bd396bc6ec07f34881c5eecb7c330254c5c59a (patch)
tree4d3fe5bb5a0966998973b9b85a33153938680eb9
parente4635fbe23117b1b8429df97089ad5b4a22e3b21 (diff)
downloadwebtools.sourceediting.tests-c6bd396bc6ec07f34881c5eecb7c330254c5c59a.tar.gz
webtools.sourceediting.tests-c6bd396bc6ec07f34881c5eecb7c330254c5c59a.tar.xz
webtools.sourceediting.tests-c6bd396bc6ec07f34881c5eecb7c330254c5c59a.zip
[465980] EncodingTestSuite reported 76 Junit failures on WTP build
-rw-r--r--tests/org.eclipse.wst.xml.tests.encoding/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/org.eclipse.wst.xml.tests.encoding/pom.xml b/tests/org.eclipse.wst.xml.tests.encoding/pom.xml
index 1695f7557..c67b4a88b 100644
--- a/tests/org.eclipse.wst.xml.tests.encoding/pom.xml
+++ b/tests/org.eclipse.wst.xml.tests.encoding/pom.xml
@@ -48,6 +48,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>

Back to the top