This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 1717 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 8f03b6a3381d15766e780932ff3cfee655127468 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Nov 8 10:06:41 2023 +0100 Manage Apicurio Dependencies like we are doing with Groovy Maven Plugin Signed-off-by: Andrea Cosentino <[email protected]> --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b772aacf..5a91960a 100644 --- a/pom.xml +++ b/pom.xml @@ -310,7 +310,8 @@ "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.activemq.artemis-jms-client-all": "${version.org.apache.activemq.artemis-jms-client-all}", - "version.org.postgresql.postgresql": "${version.org.postgresql.postgresql}" + "version.org.postgresql.postgresql": "${version.org.postgresql.postgresql}", + "version.io.apicurio.apicurio-registry-serdes-avro-serde": "${version.io.apicurio.apicurio-registry-serdes-avro-serde}" ]) </source> </configuration>
