Explorar el Código

HDFS-10394. move declaration of okhttp version from hdfs-client to hadoop-project POM. Contributed by Xiaobing Zhou.

Xiaobing Zhou hace 8 años
padre
commit
dbdd97d057
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. 0 1
      hadoop-hdfs-project/hadoop-hdfs-client/pom.xml
  2. 5 0
      hadoop-project/pom.xml

+ 0 - 1
hadoop-hdfs-project/hadoop-hdfs-client/pom.xml

@@ -38,7 +38,6 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <dependency>
       <groupId>com.squareup.okhttp</groupId>
       <artifactId>okhttp</artifactId>
-      <version>2.4.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>

+ 5 - 0
hadoop-project/pom.xml

@@ -122,6 +122,11 @@
 
   <dependencyManagement>
     <dependencies>
+      <dependency>
+        <groupId>com.squareup.okhttp</groupId>
+        <artifactId>okhttp</artifactId>
+        <version>2.4.0</version>
+      </dependency>
       <dependency>
         <groupId>jdiff</groupId>
         <artifactId>jdiff</artifactId>