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 463c30271c59bfa111b6421b24edcd0d7040f36d Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Nov 8 10:04:32 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 39aadab6..b772aacf 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,8 @@ <version.org.apache.commons.commons-dbcp2>2.10.0</version.org.apache.commons.commons-dbcp2> <version.com.amazon.redshift.redshift-jdbc42>2.1.0.19</version.com.amazon.redshift.redshift-jdbc42> <version.org.apache.activemq.artemis-jms-client-all>2.31.0</version.org.apache.activemq.artemis-jms-client-all> - <version.org.postgresql.postgresql>42.6.0</version.org.postgresql.postgresql> + <version.org.postgresql.postgresql>42.6.0</version.org.postgresql.postgresql> + <version.io.apicurio.apicurio-registry-serdes-avro-serde>2.4.12.Final</version.io.apicurio.apicurio-registry-serdes-avro-serde> </properties> <developers>
