You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2023/02/14 06:29:24 UTC

[karaf-decanter] branch main updated: [KARAF-7664] Upgrade to lucene 9.5.0

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new b619dfbd [KARAF-7664] Upgrade to lucene 9.5.0
     new 0eab684a Merge pull request #327 from jbonofre/KARAF-7664
b619dfbd is described below

commit b619dfbd6de717eb085305490dbbd2574091e8de
Author: JB Onofré <jb...@dremio.com>
AuthorDate: Mon Feb 13 17:43:43 2023 +0100

    [KARAF-7664] Upgrade to lucene 9.5.0
---
 alerting/service/pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/alerting/service/pom.xml b/alerting/service/pom.xml
index 4683f294..43fe8e5e 100644
--- a/alerting/service/pom.xml
+++ b/alerting/service/pom.xml
@@ -34,7 +34,7 @@
     <name>Apache Karaf :: Decanter :: Alerting :: Service</name>
 
     <properties>
-        <lucene.version>8.11.1</lucene.version>
+        <lucene.version>9.5.0</lucene.version>
     </properties>
 
     <dependencies>
@@ -53,11 +53,6 @@
             <artifactId>lucene-queryparser</artifactId>
             <version>${lucene.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.lucene</groupId>
-            <artifactId>lucene-analyzers-common</artifactId>
-            <version>${lucene.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.lucene</groupId>
             <artifactId>lucene-codecs</artifactId>