[431850] [CBI] NullPointerException when running junit tests for
org.eclipse.wst.common.snippets.tests
diff --git a/org.eclipse.wst.common.snippets.tests/pom.xml b/org.eclipse.wst.common.snippets.tests/pom.xml
index 2faa712..a468618 100644
--- a/org.eclipse.wst.common.snippets.tests/pom.xml
+++ b/org.eclipse.wst.common.snippets.tests/pom.xml
@@ -38,6 +38,13 @@
         <configuration>

           <useUIHarness>true</useUIHarness>

           <useUIThread>true</useUIThread>  

+          <dependencies>

+            <dependency>

+              <type>p2-installable-unit</type>

+              <artifactId>org.eclipse.sdk.ide</artifactId>

+              <version>0.0.0</version>

+            </dependency>

+          </dependencies>

         </configuration>

       </plugin>

     </plugins>