This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new 6403eed Revert back to taking the azure-sdk-bom version from Camel 6403eed is described below commit 6403eed4eb10f6fe39c45b6d3ad794f3fbaf9260 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Wed Sep 15 09:56:31 2021 +0100 Revert back to taking the azure-sdk-bom version from Camel --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4abc218..7c1ae32 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ <antlr3.version>3.5.2</antlr3.version><!-- Spark, Stringtemplate and probably others --> <avro.version>1.10.2</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-sdk-bom.version>1.0.3</azure-sdk-bom.version><!-- Revert back to ${azure-sdk-bom-version} with Camel 3.11 see https://github.com/apache/camel/pull/5642 --> + <azure-sdk-bom.version>${azure-sdk-bom-version}</azure-sdk-bom.version> <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 -->