You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2022/07/26 13:59:40 UTC

[servicemix-bundles] branch master updated: [SM-5218] Remove org.apache.lucene.search.spans package import in lucene-querypaser bundle

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ae8bbeaf [SM-5218] Remove org.apache.lucene.search.spans package import in lucene-querypaser bundle
5ae8bbeaf is described below

commit 5ae8bbeaf03457e96353e66faa80d925236b5874
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jul 26 15:57:42 2022 +0200

    [SM-5218] Remove org.apache.lucene.search.spans package import in lucene-querypaser bundle
---
 lucene-queryparser-9.2.0/pom.xml | 1 -
 pom.xml                          | 4 ++++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/lucene-queryparser-9.2.0/pom.xml b/lucene-queryparser-9.2.0/pom.xml
index 85249ce7a..515d75b0e 100644
--- a/lucene-queryparser-9.2.0/pom.xml
+++ b/lucene-queryparser-9.2.0/pom.xml
@@ -64,7 +64,6 @@
             org.apache.lucene.queries.payloads,
             org.apache.lucene.sandbox.queries,
             org.apache.lucene.search,
-            org.apache.lucene.search.spans,
             org.apache.lucene.util,
             org.apache.lucene.util.automaton,
             org.w3c.dom,
diff --git a/pom.xml b/pom.xml
index 827baf22a..542424662 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,10 @@
     <name>Apache ServiceMix :: Bundles</name>
 
     <modules>
+      <module>lucene-9.2.0</module>
+      <module>lucene-queries-9.2.0</module>
+      <module>lucene-queryparser-9.2.0</module>
+      <module>lucene-sandbox-9.2.0</module>
     </modules>
 
 </project>