jshint-eclipse
jshint-eclipse copied to clipboard
Remove unused dependency to junit runner in ui.test
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.
We have to wait for tycho to adopt the fixed maven-surefire version 2.12.1 (bug 386481).