adding org.eclipse.wst.xsd.core as a dependency for jsp.core.tests, since it seems like xml.xsd might be causing hangs
diff --git a/tests/org.eclipse.jst.jsp.core.tests/pom.xml b/tests/org.eclipse.jst.jsp.core.tests/pom.xml index e8f3083..7b8ff77 100644 --- a/tests/org.eclipse.jst.jsp.core.tests/pom.xml +++ b/tests/org.eclipse.jst.jsp.core.tests/pom.xml
@@ -45,6 +45,11 @@ </dependency> <dependency> <type>p2-installable-unit</type> + <artifactId>org.eclipse.wst.xsd.core</artifactId> + <version>0.0.0</version> + </dependency> + <dependency> + <type>p2-installable-unit</type> <artifactId>org.eclipse.wst.standard.schemas</artifactId> <version>0.0.0</version> </dependency>