This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit be86080b9d8ee10db5918f1a4f5ebb8baaabd852 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jul 9 13:04:54 2019 +0200 Added camel-attachments to components POM --- components/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/pom.xml b/components/pom.xml index 8c1858c..d122205 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -36,6 +36,7 @@ <modules> <!-- components used by camel-core --> + <module>camel-attachments</module> <module>camel-bean</module> <module>camel-browse</module> <module>camel-controlbus</module>