HADOOP-13900. Remove snapshot version of SDK dependency from Azure Data Lake Store File System. Contributed by Vishwajeet Dusane

(cherry picked from commit ef34bf2bb9)
(cherry picked from commit 881b63499e)
This commit is contained in:
Mingliang Liu 2016-12-13 10:34:32 -08:00 committed by Chris Douglas
parent f1671e9519
commit 8a51e4f89d
1 changed files with 1 additions and 9 deletions

View File

@ -35,14 +35,6 @@
<file.encoding>UTF-8</file.encoding>
<downloadSources>true</downloadSources>
</properties>
<repositories>
<repository>
<id>snapshots-repo</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>
<build>
<plugins>
<plugin>
@ -129,7 +121,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-data-lake-store-sdk</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.0.11</version>
</dependency>
<!-- ENDS HERE-->
<dependency>