From a5d087a9858dcbe85cabfbeea7fce8e672174b30 Mon Sep 17 00:00:00 2001 From: John Poth Date: Fri, 15 Dec 2023 12:29:39 +0100 Subject: [PATCH] CAMEL-20238: camel-jdbc-starter - add spring-boot-starter-jdbc (#1047) --- components-starter/camel-spring-jdbc-starter/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components-starter/camel-spring-jdbc-starter/pom.xml b/components-starter/camel-spring-jdbc-starter/pom.xml index 0e3c38aba19..134d4afa87a 100644 --- a/components-starter/camel-spring-jdbc-starter/pom.xml +++ b/components-starter/camel-spring-jdbc-starter/pom.xml @@ -33,6 +33,11 @@ spring-boot-starter ${spring-boot-version} + + org.springframework.boot + spring-boot-starter-jdbc + ${spring-boot-version} + org.apache.camel camel-spring-jdbc