You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by st...@apache.org on 2021/01/06 14:32:50 UTC

[hadoop] branch trunk updated: HADOOP-17444. ADLS Gen1: Update adls SDK to 2.3.9 (#2551)

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

stevel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new d21c1c6  HADOOP-17444. ADLS Gen1: Update adls SDK to 2.3.9 (#2551)
d21c1c6 is described below

commit d21c1c65761950a4a901f16cf996ac6c3ca6fd58
Author: bilaharith <52...@users.noreply.github.com>
AuthorDate: Wed Jan 6 20:02:13 2021 +0530

    HADOOP-17444. ADLS Gen1: Update adls SDK to 2.3.9 (#2551)
    
    
    Contributed by bilaharith
---
 hadoop-tools/hadoop-azure-datalake/pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/hadoop-tools/hadoop-azure-datalake/pom.xml b/hadoop-tools/hadoop-azure-datalake/pom.xml
index bcaefb4..446e295 100644
--- a/hadoop-tools/hadoop-azure-datalake/pom.xml
+++ b/hadoop-tools/hadoop-azure-datalake/pom.xml
@@ -33,7 +33,7 @@
     <minimalJsonVersion>0.9.1</minimalJsonVersion>
     <file.encoding>UTF-8</file.encoding>
     <downloadSources>true</downloadSources>
-    <azure.data.lake.store.sdk.version>2.3.6</azure.data.lake.store.sdk.version>
+    <azure.data.lake.store.sdk.version>2.3.9</azure.data.lake.store.sdk.version>
   </properties>
   <build>
     <plugins>
@@ -166,5 +166,12 @@
       <scope>test</scope>
       <type>test-jar</type>
     </dependency>
+
+    <dependency>
+      <groupId>org.wildfly.openssl</groupId>
+      <artifactId>wildfly-openssl</artifactId>
+      <scope>compile</scope>
+    </dependency>
+
   </dependencies>
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org