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-examples.git
commit 1a7967e37c3f785e758865e5c2c577ee2fef3116 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Nov 10 14:26:35 2021 +0100 Added Couchbase Log example to POM --- examples/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/pom.xml b/examples/pom.xml index c800a3e..0feb1c0 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -104,6 +104,7 @@ <module>cdi-test</module> <module>cdi-xml</module> <module>console</module> + <module>couchbase-log</module> <module>csimple</module> <module>csimple-joor</module> <module>cxf</module>
