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 2535f726c45b8bea2cc746e2ccc3658c7c3855ab Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri May 29 15:43:56 2020 +0200 Regen and fixed build --- camel-dependencies/pom.xml | 1 - .../camel/component/consul/health/ConsulHealthCheckRepository.java | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml index 053651d..917cb2d 100644 --- a/camel-dependencies/pom.xml +++ b/camel-dependencies/pom.xml @@ -523,7 +523,6 @@ <spark-version>2.4.5</spark-version> <splunk-version>1.6.5.0_1</splunk-version> <spring-batch-version>4.2.2.RELEASE</spring-batch-version> - <spring-boot-version>2.2.7.RELEASE</spring-boot-version> <spring-data-redis-version>2.3.0.RELEASE</spring-data-redis-version> <spring-integration-version>5.3.0.RELEASE</spring-integration-version> <spring-ldap-version>2.3.3.RELEASE</spring-ldap-version> diff --git a/components/camel-consul/src/main/java/org/apache/camel/component/consul/health/ConsulHealthCheckRepository.java b/components/camel-consul/src/main/java/org/apache/camel/component/consul/health/ConsulHealthCheckRepository.java index b561335..c1f2ca7f 100644 --- a/components/camel-consul/src/main/java/org/apache/camel/component/consul/health/ConsulHealthCheckRepository.java +++ b/components/camel-consul/src/main/java/org/apache/camel/component/consul/health/ConsulHealthCheckRepository.java @@ -222,4 +222,9 @@ public class ConsulHealthCheckRepository implements HealthCheckRepository, Camel return new ConsulHealthCheckRepository(configuration); } } + + @Override + public String getId() { + return "ConsulHealtcheckRepository"; + } }