[465982] JSPEncodingTestSuite reported 40 Junit Failures in WTP build
diff --git a/tests/org.eclipse.jst.jsp.tests.encoding/pom.xml b/tests/org.eclipse.jst.jsp.tests.encoding/pom.xml index 9a390e8..3eb26a3 100644 --- a/tests/org.eclipse.jst.jsp.tests.encoding/pom.xml +++ b/tests/org.eclipse.jst.jsp.tests.encoding/pom.xml
@@ -29,4 +29,28 @@ <testSuite>${project.artifactId}</testSuite> <testClass>org.eclipse.jst.jsp.tests.encoding.JSPEncodingTestSuite</testClass> </properties> + + <build> + <plugins> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-surefire-plugin</artifactId> + <version>${tycho.version}</version> + <configuration> + <dependencies> + <dependency> + <type>p2-installable-unit</type> + <artifactId>org.eclipse.jdt.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> + </plugins> + </build> </project>