Repository: servicemix-bundles Updated Branches: refs/heads/master f18a22da5 -> 14dff5272
[SM-2899] Lucene bundle do not work Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/14dff527 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/14dff527 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/14dff527 Branch: refs/heads/master Commit: 14dff5272faa0182e8be91db22c86adb1719e154 Parents: f18a22d Author: Andrea Cosentino <[email protected]> Authored: Tue Mar 15 13:53:22 2016 +0100 Committer: Andrea Cosentino <[email protected]> Committed: Tue Mar 15 13:53:22 2016 +0100 ---------------------------------------------------------------------- lucene-queryparser-5.4.0/pom.xml | 1 - lucene-queryparser-5.4.1/pom.xml | 1 - lucene-queryparser-5.5.0/pom.xml | 1 - pom.xml | 2 ++ 4 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/14dff527/lucene-queryparser-5.4.0/pom.xml ---------------------------------------------------------------------- diff --git a/lucene-queryparser-5.4.0/pom.xml b/lucene-queryparser-5.4.0/pom.xml index 930fe41..b4ec78f 100644 --- a/lucene-queryparser-5.4.0/pom.xml +++ b/lucene-queryparser-5.4.0/pom.xml @@ -63,7 +63,6 @@ org.apache.lucene.queries.payloads, org.apache.lucene.sandbox.queries, org.apache.lucene.search, - org.apache.lucene.search.payloads, org.apache.lucene.search.spans, org.apache.lucene.util, org.w3c.dom, http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/14dff527/lucene-queryparser-5.4.1/pom.xml ---------------------------------------------------------------------- diff --git a/lucene-queryparser-5.4.1/pom.xml b/lucene-queryparser-5.4.1/pom.xml index afde671..bc1773a 100644 --- a/lucene-queryparser-5.4.1/pom.xml +++ b/lucene-queryparser-5.4.1/pom.xml @@ -63,7 +63,6 @@ org.apache.lucene.queries.payloads, org.apache.lucene.sandbox.queries, org.apache.lucene.search, - org.apache.lucene.search.payloads, org.apache.lucene.search.spans, org.apache.lucene.util, org.w3c.dom, http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/14dff527/lucene-queryparser-5.5.0/pom.xml ---------------------------------------------------------------------- diff --git a/lucene-queryparser-5.5.0/pom.xml b/lucene-queryparser-5.5.0/pom.xml index 0854988..0e0e690 100644 --- a/lucene-queryparser-5.5.0/pom.xml +++ b/lucene-queryparser-5.5.0/pom.xml @@ -63,7 +63,6 @@ org.apache.lucene.queries.payloads, org.apache.lucene.sandbox.queries, org.apache.lucene.search, - org.apache.lucene.search.payloads, org.apache.lucene.search.spans, org.apache.lucene.util, org.w3c.dom, http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/14dff527/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c3ec969..e761225 100644 --- a/pom.xml +++ b/pom.xml @@ -47,6 +47,8 @@ <module>cglib-3.2.1</module> <module>kafka_2.10-0.9.0.1</module> <module>hystrix-1.4.23</module> + <module>lucene-queryparser-5.4.0</module> + <module>lucene-queryparser-5.4.1</module> <module>lucene-5.5.0</module> <module>lucene-analyzers-common-5.5.0</module> <module>lucene-queries-5.5.0</module>
