diff options
Diffstat (limited to 'org.eclipse.egit.mylyn.ui.test/pom.xml')
-rw-r--r-- | org.eclipse.egit.mylyn.ui.test/pom.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/org.eclipse.egit.mylyn.ui.test/pom.xml b/org.eclipse.egit.mylyn.ui.test/pom.xml index 0b4e512cff..eb43832d85 100644 --- a/org.eclipse.egit.mylyn.ui.test/pom.xml +++ b/org.eclipse.egit.mylyn.ui.test/pom.xml @@ -94,18 +94,10 @@ </includes> <useUIHarness>true</useUIHarness> <useUIThread>true</useUIThread> - <product>org.eclipse.sdk.ide</product> <argLine>${ui.test.vmargs}</argLine> <application>org.eclipse.ui.ide.workbench</application> </configuration> </plugin> </plugins> </build> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - </dependencies> </project> |