NEW - bug 325473: [releng] Two initialization errors with CI build tests
https://bugs.eclipse.org/bugs/show_bug.cgi?id=325473

Add Xalan as a dependency.
diff --git a/tests/org.eclipse.wst.xsl.launching.tests/pom.xml b/tests/org.eclipse.wst.xsl.launching.tests/pom.xml
index e3fc632..aa943e1 100644
--- a/tests/org.eclipse.wst.xsl.launching.tests/pom.xml
+++ b/tests/org.eclipse.wst.xsl.launching.tests/pom.xml
@@ -31,6 +31,16 @@
                      <version>0.0.0</version>
                   </dependency>
                   <dependency>
+                     <type>p2-installable-unit</type>
+                     <actifactId>org.apache.xalan</actifactId>
+                     <version>0.0.0</version>
+                  </dependency>
+                  <dependency>
+                        <groupId>org.eclipse.wst.xsl</groupId>
+                        <artifactId>org.eclipse.wst.xsl.core</artifactId>
+                        <version>1.1.0-SNAPSHOT</version>
+                  </dependency>
+                  <dependency>
                         <groupId>org.eclipse.wst.xsl</groupId>
                         <artifactId>org.eclipse.wst.xsl.xalan</artifactId>
                         <version>1.0.1-SNAPSHOT</version>