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 648cd7cbfca2441fb330befb8e1d39691dfdcfdb Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jan 7 07:31:20 2022 +0100 Camel-Kamelets-Bom: Aligned Groovy script --- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0b7f0d5..d0b00fd 100644 --- a/pom.xml +++ b/pom.xml @@ -307,7 +307,11 @@ <source> import UpdateDepsVersionKamelets new UpdateDepsVersionKamelets().updateKameletDirectory("./kamelets/", [ - "version.org.apache.commons.commons-dbcp2": "${version.org.apache.commons.commons-dbcp2}" + "version.org.apache.commons.commons-dbcp2": "${version.org.apache.commons.commons-dbcp2}", + "version.com.amazon.redshift.redshift-jdbc42": "${version.com.amazon.redshift.redshift-jdbc42}", + "version.org.apache.qpid.qpid-jms-client": "${version.org.apache.qpid.qpid-jms-client}", + "version.org.apache.activemq.artemis-jms-client-all": "${version.org.apache.activemq.artemis-jms-client-all}", + "version.org.postgresql.postgresql": "${version.org.postgresql.postgresql}" ]) </source> </configuration>
