Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Anderson2014-05-20 17:11:12 +0000
committerCarl Anderson2014-05-20 17:11:12 +0000
commite1577520c2563c5a125cb6e17f32edb7363e66b8 (patch)
tree39223edba706e578129ae8f9d0b17909e9586586
parent5dcb538229cf1e6cb1710ad28b6cdf1ecd01a59e (diff)
downloadwebtools.common.snippets-e1577520c2563c5a125cb6e17f32edb7363e66b8.tar.gz
webtools.common.snippets-e1577520c2563c5a125cb6e17f32edb7363e66b8.tar.xz
webtools.common.snippets-e1577520c2563c5a125cb6e17f32edb7363e66b8.zip
[431850] [CBI] NullPointerException when running junit tests forR3_6_1R3_6_0
org.eclipse.wst.common.snippets.tests
-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