This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 7dc869a CAMEL-16278: Migrate Azure dependencies to central Bom
management (#5210)
7dc869a is described below
commit 7dc869ae0e3b6dc151f3d4a3b38b1483d8372202
Author: Omar Al-Safi <[email protected]>
AuthorDate: Wed Mar 17 06:10:12 2021 +0100
CAMEL-16278: Migrate Azure dependencies to central Bom management (#5210)
---
components/camel-azure/camel-azure-eventhubs/pom.xml | 2 --
components/camel-azure/camel-azure-storage-blob/pom.xml | 1 -
.../camel-azure/camel-azure-storage-datalake/pom.xml | 2 --
.../camel-azure/camel-azure-storage-queue/pom.xml | 1 -
parent/pom.xml | 17 +++++++++++------
test-infra/camel-test-infra-azure-storage-blob/pom.xml | 1 -
.../camel-test-infra-azure-storage-datalake/pom.xml | 2 --
test-infra/camel-test-infra-azure-storage-queue/pom.xml | 1 -
8 files changed, 11 insertions(+), 16 deletions(-)
diff --git a/components/camel-azure/camel-azure-eventhubs/pom.xml
b/components/camel-azure/camel-azure-eventhubs/pom.xml
index d85540d..3c38582 100644
--- a/components/camel-azure/camel-azure-eventhubs/pom.xml
+++ b/components/camel-azure/camel-azure-eventhubs/pom.xml
@@ -51,12 +51,10 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs</artifactId>
- <version>${azure-eventhubs-java-version}</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId>
- <version>${azure-eventhubs-checkpointstore-blob-version}</version>
</dependency>
<!-- extras -->
diff --git a/components/camel-azure/camel-azure-storage-blob/pom.xml
b/components/camel-azure/camel-azure-storage-blob/pom.xml
index b3a338f..5253acd 100644
--- a/components/camel-azure/camel-azure-storage-blob/pom.xml
+++ b/components/camel-azure/camel-azure-storage-blob/pom.xml
@@ -45,7 +45,6 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
- <version>${azure-storage-blob-java-sdk12-version}</version>
</dependency>
<!-- extras -->
diff --git a/components/camel-azure/camel-azure-storage-datalake/pom.xml
b/components/camel-azure/camel-azure-storage-datalake/pom.xml
index f3643e5..c79eac3 100644
--- a/components/camel-azure/camel-azure-storage-datalake/pom.xml
+++ b/components/camel-azure/camel-azure-storage-datalake/pom.xml
@@ -38,12 +38,10 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
- <version>${azure-storage-datalake-java-sdk12-version}</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
- <version>${azure-identity-version}</version>
</dependency>
<dependency>
diff --git a/components/camel-azure/camel-azure-storage-queue/pom.xml
b/components/camel-azure/camel-azure-storage-queue/pom.xml
index fe64ff8..8903f62 100644
--- a/components/camel-azure/camel-azure-storage-queue/pom.xml
+++ b/components/camel-azure/camel-azure-storage-queue/pom.xml
@@ -45,7 +45,6 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-queue</artifactId>
- <version>${azure-storage-queue-java-sdk12-version}</version>
</dependency>
<!-- extras -->
diff --git a/parent/pom.xml b/parent/pom.xml
index 24aaa04..99876cc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -85,12 +85,7 @@
<aws-java-sdk-swf-libs>1.11.22</aws-java-sdk-swf-libs>
<aws-xray-version>2.6.1</aws-xray-version>
<axiom-version>1.2.14</axiom-version>
- <azure-identity-version>1.1.3</azure-identity-version>
-
<azure-storage-blob-java-sdk12-version>12.10.0</azure-storage-blob-java-sdk12-version>
-
<azure-storage-datalake-java-sdk12-version>12.3.0</azure-storage-datalake-java-sdk12-version>
-
<azure-storage-queue-java-sdk12-version>12.8.0</azure-storage-queue-java-sdk12-version>
- <azure-eventhubs-java-version>5.5.0</azure-eventhubs-java-version>
-
<azure-eventhubs-checkpointstore-blob-version>1.5.0</azure-eventhubs-checkpointstore-blob-version>
+ <azure-sdk-bom-version>1.0.2</azure-sdk-bom-version>
<beanio-version>2.1.0</beanio-version>
<beanstalkd-client-version>1.4.6</beanstalkd-client-version>
<bouncycastle-version>1.68</bouncycastle-version>
@@ -3957,6 +3952,16 @@
<artifactId>directory-watcher</artifactId>
<version>${directory-watcher-version}</version>
</dependency>
+
+ <!-- Azure SDK bom -->
+ <dependency>
+ <groupId>com.azure</groupId>
+ <artifactId>azure-sdk-bom</artifactId>
+ <version>${azure-sdk-bom-version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+
</dependencies>
</dependencyManagement>
diff --git a/test-infra/camel-test-infra-azure-storage-blob/pom.xml
b/test-infra/camel-test-infra-azure-storage-blob/pom.xml
index cc72104..844897d 100644
--- a/test-infra/camel-test-infra-azure-storage-blob/pom.xml
+++ b/test-infra/camel-test-infra-azure-storage-blob/pom.xml
@@ -57,7 +57,6 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
- <version>${azure-storage-blob-java-sdk12-version}</version>
</dependency>
</dependencies>
diff --git a/test-infra/camel-test-infra-azure-storage-datalake/pom.xml
b/test-infra/camel-test-infra-azure-storage-datalake/pom.xml
index abb5c0d..1bdba27 100644
--- a/test-infra/camel-test-infra-azure-storage-datalake/pom.xml
+++ b/test-infra/camel-test-infra-azure-storage-datalake/pom.xml
@@ -48,12 +48,10 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
- <version>${azure-storage-datalake-java-sdk12-version}</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
- <version>${azure-identity-version}</version>
</dependency>
</dependencies>
diff --git a/test-infra/camel-test-infra-azure-storage-queue/pom.xml
b/test-infra/camel-test-infra-azure-storage-queue/pom.xml
index dbfb983..3fac05e 100644
--- a/test-infra/camel-test-infra-azure-storage-queue/pom.xml
+++ b/test-infra/camel-test-infra-azure-storage-queue/pom.xml
@@ -57,7 +57,6 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-queue</artifactId>
- <version>${azure-storage-queue-java-sdk12-version}</version>
</dependency>
</dependencies>