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-spring-boot.git

commit 6b8f7740eed1e5c1734dece23c34ac79060c0a6a
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Mar 16 09:57:21 2020 +0100

    Camel-Spring-Boot: Fixed build
---
 .../spring/boot/SupervisingRouteControllerAutoConfiguration.java     | 2 +-
 .../boot/cluster/ClusteredRouteControllerAutoConfiguration.java      | 3 ++-
 .../camel/spring/boot/health/HealthCheckRoutesAutoConfiguration.java | 2 +-
 .../spring/boot/health/HealthCheckServiceAutoConfiguration.java      | 2 +-
 tooling/camel-spring-boot-dependencies/pom.xml                       | 5 +++++
 5 files changed, 10 insertions(+), 4 deletions(-)

diff --git 
a/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/SupervisingRouteControllerAutoConfiguration.java
 
b/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/SupervisingRouteControllerAutoConfiguration.java
index 4a013e3..210bec1 100644
--- 
a/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/SupervisingRouteControllerAutoConfiguration.java
+++ 
b/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/SupervisingRouteControllerAutoConfiguration.java
@@ -21,7 +21,7 @@ import java.util.List;
 import java.util.Map;
 import java.util.Optional;
 
-import org.apache.camel.converter.TimePatternConverter;
+import org.apache.camel.catalog.impl.TimePatternConverter;
 import org.apache.camel.impl.engine.SupervisingRouteController;
 import org.apache.camel.impl.engine.SupervisingRouteControllerFilters;
 import org.apache.camel.spi.RouteController;
diff --git 
a/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/cluster/ClusteredRouteControllerAutoConfiguration.java
 
b/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/cluster/ClusteredRouteControllerAutoConfiguration.java
index e7d7ddb..7ceab96 100644
--- 
a/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/cluster/ClusteredRouteControllerAutoConfiguration.java
+++ 
b/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/cluster/ClusteredRouteControllerAutoConfiguration.java
@@ -22,12 +22,13 @@ import java.util.List;
 import java.util.Map;
 import java.util.Optional;
 
+import org.apache.camel.catalog.impl.TimePatternConverter;
 import org.apache.camel.cluster.CamelClusterService;
 import org.apache.camel.cluster.ClusteredRouteConfiguration;
 import org.apache.camel.cluster.ClusteredRouteController;
 import org.apache.camel.cluster.ClusteredRouteFilter;
 import org.apache.camel.cluster.ClusteredRouteFilters;
-import org.apache.camel.converter.TimePatternConverter;
+
 import org.apache.camel.spi.RouteController;
 import org.apache.camel.spring.boot.CamelAutoConfiguration;
 import org.apache.camel.util.ObjectHelper;
diff --git 
a/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/health/HealthCheckRoutesAutoConfiguration.java
 
b/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/health/HealthCheckRoutesAutoConfiguration.java
index 8e16d2c..f4c1296 100644
--- 
a/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/health/HealthCheckRoutesAutoConfiguration.java
+++ 
b/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/health/HealthCheckRoutesAutoConfiguration.java
@@ -16,7 +16,7 @@
  */
 package org.apache.camel.spring.boot.health;
 
-import org.apache.camel.converter.TimePatternConverter;
+import org.apache.camel.catalog.impl.TimePatternConverter;
 import org.apache.camel.health.HealthCheckRepository;
 import org.apache.camel.impl.health.RoutePerformanceCounterEvaluators;
 import org.apache.camel.impl.health.RoutesHealthCheckRepository;
diff --git 
a/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/health/HealthCheckServiceAutoConfiguration.java
 
b/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/health/HealthCheckServiceAutoConfiguration.java
index 2855dfc..d748e62 100644
--- 
a/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/health/HealthCheckServiceAutoConfiguration.java
+++ 
b/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/health/HealthCheckServiceAutoConfiguration.java
@@ -20,7 +20,7 @@ import java.util.Objects;
 import java.util.Optional;
 import java.util.concurrent.TimeUnit;
 
-import org.apache.camel.converter.TimePatternConverter;
+import org.apache.camel.catalog.impl.TimePatternConverter;
 import org.apache.camel.health.HealthCheckRegistry;
 import org.apache.camel.health.HealthCheckService;
 import org.apache.camel.impl.health.DefaultHealthCheckService;
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index e1f37ee..c2628c0 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -2294,6 +2294,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-cluster</artifactId>
+        <version>3.2.0-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-cm-sms</artifactId>
         <version>3.2.0-SNAPSHOT</version>
       </dependency>

Reply via email to