HADOOP-17444. ADLS Gen1: Update adls SDK to 2.3.9 (#2551)
Contributed by bilaharith
This commit is contained in:
parent
ae4945fb2c
commit
d21c1c6576
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue