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 2021/07/13 05:45:36 UTC

[camel-spring-boot] 02/06: Regen

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 <an...@gmail.com>
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>