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

Contributed by bilaharith
This commit is contained in:
bilaharith 2021-01-06 20:02:13 +05:30 committed by GitHub
parent ae4945fb2c
commit d21c1c6576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -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>