HADOOP-15185. Update adls connector to use the current version of ADLS SDK.

Contributed by Atul Sikaria.
This commit is contained in:
Steve Loughran 2018-01-23 09:09:11 -08:00
parent 6347b2253d
commit f63d13f10d

View File

@ -102,7 +102,6 @@
</plugin>
</plugins>
</pluginManagement>
</build>
<dependencies>
@ -110,7 +109,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-data-lake-store-sdk</artifactId>
<version>2.2.3</version>
<version>2.2.5</version>
</dependency>
<!-- ENDS HERE-->
<dependency>