Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.osee.core.feature.test/feature.xml')
-rw-r--r--features/org.eclipse.osee.core.feature.test/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.osee.core.feature.test/feature.xml b/features/org.eclipse.osee.core.feature.test/feature.xml
index dd536b53f58..caaeb4872b5 100644
--- a/features/org.eclipse.osee.core.feature.test/feature.xml
+++ b/features/org.eclipse.osee.core.feature.test/feature.xml
@@ -18,7 +18,7 @@
</license>
<requires>
- <import plugin="org.junit4" version="4.5.0" match="greaterOrEqual"/>
+ <import plugin="org.junit" version="4.8.2" match="greaterOrEqual"/>
<import plugin="org.eclipse.osee.framework.jdk.core" version="0.4.0" match="greaterOrEqual"/>
<import feature="org.eclipse.osee.core.feature" version="0.9.8.qualifier" match="greaterOrEqual"/>
</requires>

Back to the top