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