This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 1718 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit b050dd8222167957c056a5b22da12c20be8865db Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Nov 8 10:39:48 2023 +0100 Manage Azure Schema Registry Dependencies like we are doing with Groovy Maven Plugin Signed-off-by: Andrea Cosentino <[email protected]> --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 7376d499..76ee2693 100644 --- a/pom.xml +++ b/pom.xml @@ -70,6 +70,7 @@ <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.io.apicurio.apicurio-registry-serdes-avro-serde>2.4.12.Final</version.io.apicurio.apicurio-registry-serdes-avro-serde> + <!-- These versions should be taken from Azure SDK BOM used in the Camel version declared --> <version.com.azure.azure-identity>1.9.0</version.com.azure.azure-identity> <version.com.azure.azure-data-schemaregistry-apacheavro>1.1.4</version.com.azure.azure-data-schemaregistry-apacheavro> <version.com.microsoft.azure.azure-schemaregistry-kafka-avro>1.1.1</version.com.microsoft.azure.azure-schemaregistry-kafka-avro>
