This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch couchbase-log in repository https://gitbox.apache.org/repos/asf/camel-examples.git
commit 58b619f996f6b62cb9d6e4b2c6dcd34409374aca 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>
