فهرست منبع

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

(cherry picked from commit ef34bf2bb92a4e8def6617b185ae72db81450de8)
(cherry picked from commit 881b63499e10b808b3c58ca34e8d4ad5a6634ed5)
(cherry picked from commit 8a51e4f89d8e57311bccac031690f7c79fc3305b)
Mingliang Liu 8 سال پیش
والد
کامیت
4dc0eb4a47
1فایلهای تغییر یافته به همراه1 افزوده شده و 9 حذف شده
  1. 1 9
      hadoop-tools/hadoop-azure-datalake/pom.xml

+ 1 - 9
hadoop-tools/hadoop-azure-datalake/pom.xml

@@ -35,14 +35,6 @@
     <file.encoding>UTF-8</file.encoding>
     <file.encoding>UTF-8</file.encoding>
     <downloadSources>true</downloadSources>
     <downloadSources>true</downloadSources>
   </properties>
   </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>
   <build>
     <plugins>
     <plugins>
       <plugin>
       <plugin>
@@ -129,7 +121,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.0.4-SNAPSHOT</version>
+      <version>2.0.11</version>
     </dependency>
     </dependency>
     <!--  ENDS HERE-->
     <!--  ENDS HERE-->
     <dependency>
     <dependency>