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.git
The following commit(s) were added to refs/heads/main by this push: new 8c33ad1 Added camel-spring-jdbc to components POM 8c33ad1 is described below commit 8c33ad10c583ea06e7465dcae0845a84951c635f Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue May 4 23:15:45 2021 +0200 Added camel-spring-jdbc to components POM --- components/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/pom.xml b/components/pom.xml index 95d553d..b2ee832 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -300,6 +300,7 @@ <module>camel-spring-batch</module> <module>camel-spring-integration</module> <module>camel-spring-javaconfig</module> + <module>camel-spring-jdbc</module> <module>camel-spring-ldap</module> <module>camel-spring-rabbitmq</module> <module>camel-spring-redis</module>