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 96126086c08eab89f459f7e525056c37d276ba31 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Jul 21 12:02:36 2022 +0200 Added Kamelet SQL Example to modules --- examples/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/pom.xml b/examples/pom.xml index d98450e7..2868a873 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -118,6 +118,7 @@ <module>kamelet</module> <module>kamelet-chucknorris</module> <module>kamelet-main</module> + <module>kamelet-sql</module> <module>kotlin</module> <module>loan-broker-cxf</module> <module>loadbalancing</module>
