HADOOP-15186. Allow Azure Data Lake SDK dependency version to be set on the command line.

Contributed by Vishwajeet Dusane.
This commit is contained in:
Steve Loughran 2018-01-29 09:46:53 -08:00
parent 0463ede09d
commit 95a96b13e2
1 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@
<minimalJsonVersion>0.9.1</minimalJsonVersion>
<file.encoding>UTF-8</file.encoding>
<downloadSources>true</downloadSources>
<azure.data.lake.store.sdk.version>2.2.5</azure.data.lake.store.sdk.version>
</properties>
<build>
<plugins>
@ -109,7 +110,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-data-lake-store-sdk</artifactId>
<version>2.2.5</version>
<version>${azure.data.lake.store.sdk.version}</version>
</dependency>
<!-- ENDS HERE-->
<dependency>