This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch upgrade-camel-3.13.0 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 471b636ecfd8d92f874839cb266ed64e193a2b1d Author: James Netherton <[email protected]> AuthorDate: Mon Oct 25 15:33:20 2021 +0100 Use hard coded azure-bom version property since it has been removed from camel-parent & camel-dependencies --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bad37f2..593fcdb 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ <antlr3.version>3.5.2</antlr3.version><!-- Spark, Stringtemplate and probably others --> <avro.version>1.11.0</avro.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.apache.avro:avro --> <aws-java-sdk.version>1.11.714</aws-java-sdk.version> - <azure-core.version>1.21.0</azure-core.version><!-- @sync com.azure:azure-storage-blob:${azure-storage-blob-version} dep:com.azure:azure-core --> + <azure-sdk-bom.version>1.0.5</azure-sdk-bom.version><!-- Keep in sync with camel-azure component versions --> <bouncycastle.version>1.69</bouncycastle.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.bouncycastle:bcprov-jdk15on --> <commons-beanutils.version>${commons-beanutils-version}</commons-beanutils.version> <commons-cli.version>1.4</commons-cli.version><!-- keep in sync with Quarkus, via quarkus-bootstrap-core -->
