Remove lucene-core dep
diff --git a/ingest/pom.xml b/ingest/pom.xml
index a317f5b..295c8a8 100644
--- a/ingest/pom.xml
+++ b/ingest/pom.xml
@@ -57,10 +57,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.lucene</groupId>
-      <artifactId>lucene-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.lucene</groupId>
       <artifactId>lucene-wikipedia</artifactId>
     </dependency>
     <dependency>