Skip to content

Commit d21c1c6

Browse files
authored
HADOOP-17444. ADLS Gen1: Update adls SDK to 2.3.9 (#2551)
Contributed by bilaharith
1 parent ae4945f commit d21c1c6

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

  • hadoop-tools/hadoop-azure-datalake

hadoop-tools/hadoop-azure-datalake/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<minimalJsonVersion>0.9.1</minimalJsonVersion>
3434
<file.encoding>UTF-8</file.encoding>
3535
<downloadSources>true</downloadSources>
36-
<azure.data.lake.store.sdk.version>2.3.6</azure.data.lake.store.sdk.version>
36+
<azure.data.lake.store.sdk.version>2.3.9</azure.data.lake.store.sdk.version>
3737
</properties>
3838
<build>
3939
<plugins>
@@ -166,5 +166,12 @@
166166
<scope>test</scope>
167167
<type>test-jar</type>
168168
</dependency>
169+
170+
<dependency>
171+
<groupId>org.wildfly.openssl</groupId>
172+
<artifactId>wildfly-openssl</artifactId>
173+
<scope>compile</scope>
174+
</dependency>
175+
169176
</dependencies>
170177
</project>

0 commit comments

Comments
 (0)