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:14 UTC

(camel-spring-boot) branch CAMEL-20238 created (now 0fb51874bc5)

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

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


      at 0fb51874bc5 CAMEL-20238: camel-jdbc-starter - add spring-boot-starter-jdbc

This branch includes the following new commits:

     new 0fb51874bc5 CAMEL-20238: camel-jdbc-starter - add spring-boot-starter-jdbc

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by jp...@apache.org.
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>