You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/06/28 10:54:32 UTC

[camel] 04/06: CAMEL-19279 - Use Azure Storage Files share version from Azure SDK BOM

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch CAMEL-19279-4.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 8147c23cf39d77d5763b800d49967c71e610748a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jun 28 12:40:45 2023 +0200

    CAMEL-19279 - Use Azure Storage Files share version from Azure SDK BOM
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-azure/camel-azure-files/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/camel-azure/camel-azure-files/pom.xml b/components/camel-azure/camel-azure-files/pom.xml
index b78c81dc2cf..ea9c231da1d 100644
--- a/components/camel-azure/camel-azure-files/pom.xml
+++ b/components/camel-azure/camel-azure-files/pom.xml
@@ -46,7 +46,6 @@
         <dependency>
             <groupId>com.azure</groupId>
             <artifactId>azure-storage-file-share</artifactId>
-            <version>12.18.0</version> <!-- https://mvnrepository.com/artifact/com.azure/azure-storage-file-share -->
         </dependency>
 
         <dependency>