Browse Source

HADOOP-17444. ADLS Gen1: Update adls SDK to 2.3.9 (#2551)

Contributed by bilaharith
bilaharith 4 years ago
parent
commit
d21c1c6576
1 changed files with 8 additions and 1 deletions
  1. 8 1
      hadoop-tools/hadoop-azure-datalake/pom.xml

+ 8 - 1
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>