This is an automated email from the ASF dual-hosted git repository. jpoth pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push: new a5d087a9858 CAMEL-20238: camel-jdbc-starter - add spring-boot-starter-jdbc (#1047) a5d087a9858 is described below commit a5d087a9858dcbe85cabfbeea7fce8e672174b30 Author: John Poth <poth.j...@gmail.com> AuthorDate: Fri Dec 15 12:29:39 2023 +0100 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 @@ <artifactId>spring-boot-starter</artifactId> <version>${spring-boot-version}</version> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-jdbc</artifactId> + <version>${spring-boot-version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-spring-jdbc</artifactId>