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 ffe1a333903b9d4d1cf6f8ac675289528184983b Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Jul 13 07:34:24 2021 +0200 Regen --- components-starter/camel-jcr-starter/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components-starter/camel-jcr-starter/pom.xml b/components-starter/camel-jcr-starter/pom.xml index 540931a..3859fd8 100644 --- a/components-starter/camel-jcr-starter/pom.xml +++ b/components-starter/camel-jcr-starter/pom.xml @@ -44,6 +44,11 @@ <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>
