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 3ad00b98390ccc41f320eff306330a33528a33d6 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Nov 18 14:44:15 2019 +0100 Added Camel-Resilience4j to components POM --- components/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/pom.xml b/components/pom.xml index 059e60b..427b24c 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -283,6 +283,7 @@ <module>camel-reactive-executor-vertx</module> <module>camel-reactive-streams</module> <module>camel-reactor</module> + <module>camel-resilience4j</module> <module>camel-rest-swagger</module> <module>camel-robotframework</module> <module>camel-rss</module>
