[431856] [CBI] Enable JUnit tests for sourceediting.tests repo - jsp.ui tests was missing dependencies
diff --git a/tests/org.eclipse.jst.jsp.ui.tests/pom.xml b/tests/org.eclipse.jst.jsp.ui.tests/pom.xml index 99bab09..5062996 100644 --- a/tests/org.eclipse.jst.jsp.ui.tests/pom.xml +++ b/tests/org.eclipse.jst.jsp.ui.tests/pom.xml
@@ -50,6 +50,12 @@ <artifactId>org.eclipse.wst.dtd.ui</artifactId> <version>0.0.0</version> </dependency> + <dependency> + <!-- A JSF template proposal is contributed and expected by the unit tests --> + <type>p2-installable-unit</type> + <artifactId>org.eclipse.jst.jsf.ui</artifactId> + <version>0.0.0</version> + </dependency> </dependencies> </configuration> </plugin>