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:
parent
304642322f
commit
1de0712578
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue