This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit e2005f18abac354a8475dce07d02090726a40c41 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Jul 13 07:30:46 2021 +0200 Lucene3 version is not needed anymore for camel-jcr --- components-starter/camel-jcr-starter/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components-starter/camel-jcr-starter/pom.xml b/components-starter/camel-jcr-starter/pom.xml index 3859fd8..540931a 100644 --- a/components-starter/camel-jcr-starter/pom.xml +++ b/components-starter/camel-jcr-starter/pom.xml @@ -44,11 +44,6 @@ <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-core-starter</artifactId> </dependency> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-core</artifactId> - <version>${lucene3-version}</version> - </dependency> <!--END OF GENERATED CODE--> </dependencies> </project>
