Open ralfstx opened 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.
com.eclipsesource.jshint.ui.test
org.junit.runner
We have to wait for tycho to adopt the fixed maven-surefire version 2.12.1 (bug 386481).
The bundle
com.eclipsesource.jshint.ui.test
defines a package import toorg.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.