You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2019/06/06 17:45:29 UTC

[accumulo-wikisearch] branch master updated: Remove lucene-core dep

This is an automated email from the ASF dual-hosted git repository.

mmiller pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-wikisearch.git


The following commit(s) were added to refs/heads/master by this push:
     new c06e9d3  Remove lucene-core dep
c06e9d3 is described below

commit c06e9d32690fe2cd00eb619339463252ffd425bc
Author: Mike Miller <mm...@apache.org>
AuthorDate: Thu Jun 6 13:39:38 2019 -0400

    Remove lucene-core dep
---
 ingest/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

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>