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

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/master by this push:
     new d845559  Removing lucene packages as they are shadowed in dependent 
modules
d845559 is described below

commit d8455593b171475470843f719be593f3924a8d3e
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sun Dec 12 17:54:08 2021 +0100

    Removing lucene packages as they are shadowed in dependent modules
---
 pom.xml | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/pom.xml b/pom.xml
index 87d8e8b..a61ecc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,8 +68,6 @@
     <rome.version>1.16.0</rome.version>
     <cronutils.version>9.1.6</cronutils.version>
 
-    <lucene.version>4.10.4</lucene.version>
-
     <!-- JCR modules -->
     <javax.jcr.version>2.0</javax.jcr.version>
     <!-- If you change the JCR OAK version, you may have to update the pom.xml 
in the module oak-jcr-lucene
@@ -1026,27 +1024,6 @@
         <artifactId>archiva-lucene-consumers</artifactId>
         <version>${project.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.lucene</groupId>
-        <artifactId>lucene-core</artifactId>
-        <version>${lucene.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.lucene</groupId>
-        <artifactId>lucene-queries</artifactId>
-        <version>${lucene.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.lucene</groupId>
-        <artifactId>lucene-memory</artifactId>
-        <version>${lucene.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.lucene</groupId>
-        <artifactId>lucene-highlighter</artifactId>
-        <version>${lucene.version}</version>
-      </dependency>
-
 
       <!-- Maven related dependencies -->
       <dependency>

Reply via email to