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 43ee592cc45a5fae0d5fc57be597822b93dd9394 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Nov 13 18:21:45 2020 +0100 Missing camel-leveldb and camel-lra from assembly --- core/camel-allcomponents/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/camel-allcomponents/pom.xml b/core/camel-allcomponents/pom.xml index cc52403..859d416 100644 --- a/core/camel-allcomponents/pom.xml +++ b/core/camel-allcomponents/pom.xml @@ -808,10 +808,18 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-leveldb</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-log</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-lra</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-lucene</artifactId> </dependency> <dependency>
