Explorar el Código

HADOOP-15185. Update adls connector to use the current version of ADLS SDK.
Contributed by Atul Sikaria.

Steve Loughran hace 7 años
padre
commit
f63d13f10d
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      hadoop-tools/hadoop-azure-datalake/pom.xml

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

@@ -102,7 +102,6 @@
         </plugin>
       </plugins>
     </pluginManagement>
-
   </build>
 
   <dependencies>
@@ -110,7 +109,7 @@
     <dependency>
       <groupId>com.microsoft.azure</groupId>
       <artifactId>azure-data-lake-store-sdk</artifactId>
-      <version>2.2.3</version>
+      <version>2.2.5</version>
     </dependency>
     <!--  ENDS HERE-->
     <dependency>