This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 9bd8246ae23226907c9c35a7531e742f0f577bde Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jan 7 07:16:13 2022 +0100 Camel-Kamelets-Bom: Managed Redshift driver --- library/camel-kamelets-bom/pom.xml | 5 +++++ pom.xml | 1 + 2 files changed, 6 insertions(+) diff --git a/library/camel-kamelets-bom/pom.xml b/library/camel-kamelets-bom/pom.xml index 2f30db1..fbd842d 100644 --- a/library/camel-kamelets-bom/pom.xml +++ b/library/camel-kamelets-bom/pom.xml @@ -40,6 +40,11 @@ <artifactId>commons-dbcp2</artifactId> <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> + </dependency> </dependencies> </dependencyManagement> </project> diff --git a/pom.xml b/pom.xml index 14234f6..5fd997d 100644 --- a/pom.xml +++ b/pom.xml @@ -67,6 +67,7 @@ <classgraph.version>4.8.138</classgraph.version> <version.org.apache.commons.commons-dbcp2>2.8.0</version.org.apache.commons.commons-dbcp2> + <version.com.amazon.redshift.redshift-jdbc42>2.1.0.3</version.com.amazon.redshift.redshift-jdbc42> </properties> <developers>
