eclipsesource / jshint-eclipse

JSHint integration for the Eclipse IDE
http://github.eclipsesource.com/jshint-eclipse/
146 stars 31 forks source link

Remove unused dependency to junit runner in ui.test #9

Open ralfstx opened 12 years ago

ralfstx commented 12 years ago

The bundle com.eclipsesource.jshint.ui.test defines a package import to org.junit.runner only to workaround http://jira.codehaus.org/browse/SUREFIRE-825 As soon as this fix is available in the maven repo, the import can be removed.

ralfstx commented 11 years ago

We have to wait for tycho to adopt the fixed maven-surefire version 2.12.1 (bug 386481).