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

Contributed by Atul Sikaria.

(cherry picked from commit f63d13f10d)
This commit is contained in:
Steve Loughran 2018-01-23 11:37:33 -08:00
parent 304642322f
commit 1de0712578
1 changed files with 1 additions and 2 deletions

View File

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