Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.wst.common.snippets.tests/pom.xml7
1 files changed, 7 insertions, 0 deletions
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>

Back to the top