HADOOP-15186. Allow Azure Data Lake SDK dependency version to be set on the command line.
Contributed by Vishwajeet Dusane. (cherry picked from commit 95a96b13e2a54e01ea6c6933045d912998477da3)
This commit is contained in:
parent
56feaa40bb
commit
7fd287b4af
@ -33,6 +33,7 @@
|
|||||||
<minimalJsonVersion>0.9.1</minimalJsonVersion>
|
<minimalJsonVersion>0.9.1</minimalJsonVersion>
|
||||||
<file.encoding>UTF-8</file.encoding>
|
<file.encoding>UTF-8</file.encoding>
|
||||||
<downloadSources>true</downloadSources>
|
<downloadSources>true</downloadSources>
|
||||||
|
<azure.data.lake.store.sdk.version>2.2.5</azure.data.lake.store.sdk.version>
|
||||||
</properties>
|
</properties>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
@ -109,7 +110,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.5</version>
|
<version>${azure.data.lake.store.sdk.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- ENDS HERE-->
|
<!-- ENDS HERE-->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user