[431856] [CBI] Enable JUnit tests for sourceediting.tests repo - more jsp.ui tests dependencies
diff --git a/tests/org.eclipse.jst.jsp.ui.tests/pom.xml b/tests/org.eclipse.jst.jsp.ui.tests/pom.xml
index 5062996..9628d44 100644
--- a/tests/org.eclipse.jst.jsp.ui.tests/pom.xml
+++ b/tests/org.eclipse.jst.jsp.ui.tests/pom.xml
@@ -51,11 +51,22 @@
               <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>
+            <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>
+            <dependency>
+              <!-- This is needed after adding the jsf.ui dependency -->
+              <type>p2-installable-unit</type>
+              <artifactId>org.eclipse.jst.jee.ejb</artifactId>
+              <version>0.0.0</version>
+            </dependency>
           </dependencies>
         </configuration>
       </plugin>