You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/01/07 06:36:07 UTC

[camel-kamelets] 02/08: Camel-Kamelets-Bom: Managed Redshift driver

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

acosentino pushed a commit to branch bom-work
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 638123f7914c3c7f49099b18191bd21a8c9926dc
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 7 07:16:55 2022 +0100

    Camel-Kamelets-Bom: Managed Redshift driver
---
 library/camel-kamelets-bom/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/library/camel-kamelets-bom/pom.xml b/library/camel-kamelets-bom/pom.xml
index fbd842d..7598f72 100644
--- a/library/camel-kamelets-bom/pom.xml
+++ b/library/camel-kamelets-bom/pom.xml
@@ -41,9 +41,9 @@
         <version>${version.org.apache.commons.commons-dbcp2}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-dbcp2</artifactId>
-        <version>${version.org.apache.commons.commons-dbcp2}</version>
+        <groupId>com.amazon.redshift</groupId>
+        <artifactId>redshift-jdbc42</artifactId>
+        <version>${version.com.amazon.redshift.redshift-jdbc42}</version>
       </dependency>
     </dependencies>
   </dependencyManagement>