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 e506123be470b2a40c0a8ac17ad22e2b50f9a4c5 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Mar 11 13:55:14 2021 +0100 CAMEL-16332 - Have a middle folder for microprofile components --- components/pom.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/components/pom.xml b/components/pom.xml index 9105218..ad586f2 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -234,10 +234,7 @@ <module>camel-mail</module> <module>camel-metrics</module> <module>camel-micrometer</module> - <module>camel-microprofile-config</module> - <module>camel-microprofile-fault-tolerance</module> - <module>camel-microprofile-health</module> - <module>camel-microprofile-metrics</module> + <module>camel-microprofile</module> <module>camel-milo</module> <module>camel-mina</module> <module>camel-minio</module>
