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 9c28b8d788c6c7dde7ad0903add0d349c9368241 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Jul 13 07:42:20 2021 +0200 Lucene 3.x version for JCR is not needed anymore --- 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 7329145..107396e 100644 --- a/components-starter/camel-jcr-starter/pom.xml +++ b/components-starter/camel-jcr-starter/pom.xml @@ -43,11 +43,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>
