You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/01/02 23:14:22 UTC

[cxf] branch master updated: Update Apache Lucene to 8.11.1

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0a4a0d0  Update Apache Lucene to 8.11.1
0a4a0d0 is described below

commit 0a4a0d0f1aeda7a5c00acddfaf1decfbc8bad8cb
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Jan 2 18:14:04 2022 -0500

    Update Apache Lucene to 8.11.1
---
 parent/pom.xml                  | 2 +-
 rt/rs/extensions/search/pom.xml | 8 --------
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8e8454c..6826ff3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -163,7 +163,7 @@
         <cxf.kerby.version>2.0.1</cxf.kerby.version>
         <cxf.littleproxy.version>1.1.2</cxf.littleproxy.version>
         <cxf.logback.classic.version>1.2.10</cxf.logback.classic.version>
-        <cxf.lucene.version>8.2.0</cxf.lucene.version>
+        <cxf.lucene.version>8.11.1</cxf.lucene.version>
         <cxf.maven.core.version>3.6.3</cxf.maven.core.version>
         <cxf.micrometer.version>1.8.1</cxf.micrometer.version>
         <cxf.microprofile.config.version>2.0</cxf.microprofile.config.version>
diff --git a/rt/rs/extensions/search/pom.xml b/rt/rs/extensions/search/pom.xml
index c4d4c3f..a979a37 100644
--- a/rt/rs/extensions/search/pom.xml
+++ b/rt/rs/extensions/search/pom.xml
@@ -130,14 +130,6 @@
             <version>${cxf.hsqldb.version}</version>
             <scope>test</scope>
         </dependency>
-        <!--
-           <dependency>
-             <groupId>org.apache.openjpa</groupId>
-             <artifactId>openjpa</artifactId>
-             <version>2.2.0</version>
-             <scope>test</scope>
-           </dependency>
-        -->
     </dependencies>
     <build>
         <plugins>