You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by jp...@apache.org on 2023/12/15 09:28:15 UTC

(camel-spring-boot) 01/01: CAMEL-20238: camel-jdbc-starter - add spring-boot-starter-jdbc

This is an automated email from the ASF dual-hosted git repository.

jpoth pushed a commit to branch CAMEL-20238
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 0fb51874bc5e325e8f32e8de8e8dd7137e7ea2bb
Author: John Poth <po...@gmail.com>
AuthorDate: Fri Dec 15 10:28:13 2023 +0100

    CAMEL-20238: camel-jdbc-starter - add spring-boot-starter-jdbc
---
 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>