Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.etrice.tests.feature/feature.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/org.eclipse.etrice.tests.feature/feature.xml b/features/org.eclipse.etrice.tests.feature/feature.xml
index cee88c2b5..96c60a041 100644
--- a/features/org.eclipse.etrice.tests.feature/feature.xml
+++ b/features/org.eclipse.etrice.tests.feature/feature.xml
@@ -25,7 +25,6 @@ http://www.eclipse.org/legal/epl-v10.html Description here.
<requires>
<import plugin="org.eclipse.etrice.core.room" version="0.1.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.etrice.core.room.ui" version="0.1.0" match="greaterOrEqual"/>
- <import plugin="org.junit" version="4.8.1" match="greaterOrEqual"/>
<import plugin="org.eclipse.osgi" version="3.6.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.xtext" version="2.0.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.runtime" version="3.6.0" match="greaterOrEqual"/>

Back to the top