Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn-feature/feature.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml
index a5b81a5d1..0006e77d7 100644
--- a/org.eclipse.mylyn-feature/feature.xml
+++ b/org.eclipse.mylyn-feature/feature.xml
@@ -40,7 +40,9 @@
<import plugin="org.apache.commons.lang" version="2.3.0" match="compatible"/>
<import plugin="org.apache.commons.logging" version="1.0.4" match="compatible"/>
<import plugin="org.apache.commons.httpclient" version="3.1.0" match="compatible"/>
- <import plugin="org.apache.lucene.core" version="2.9.1" match="greaterOrEqual"/>
+ <import plugin="org.apache.lucene.core" version="6.0.0" match="greaterOrEqual"/>
+ <import plugin="org.apache.lucene.analyzers-common" version="6.0.0" match="greaterOrEqual"/>
+ <import plugin="org.apache.lucene.queryparser" version="6.0.0" match="greaterOrEqual"/>
<import plugin="com.google.guava" version="15.0.0" match="greaterOrEqual"/>
<import feature="org.eclipse.mylyn.discovery" version="3.23.0" match="compatible"/>
<import feature="org.eclipse.mylyn.monitor" version="3.23.0" match="compatible"/>

Back to the top