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/11/10 13:32:07 UTC

[camel-examples] 02/03: Added Couchbase Log example to POM

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