You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/30 15:55:57 UTC

[camel] 01/02: CAMEL-14715 - Remove lucene bundle property placeholder (camel-karaf-migration)

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

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

commit 1809cc36dd84f23143755202a8fdfbb795680323
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 30 17:54:19 2020 +0200

    CAMEL-14715 - Remove lucene bundle property placeholder (camel-karaf-migration)
---
 parent/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5356663..7f46d74 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -374,8 +374,6 @@
         <log4j2-version>2.13.1</log4j2-version>
         <logback-version>1.2.3</logback-version>
         <lucene3-version>3.6.0</lucene3-version>
-        <lucene-bundle-version>8.1.1_1</lucene-bundle-version>
-        <!-- lucene aligned with elasticsearch version of lucene in use -->
         <lucene-version>8.1.1</lucene-version>
         <lucene-version-range>[8,9)</lucene-version-range>
         <lightcouch-version>0.2.0</lightcouch-version>