Преглед изворни кода

HDFS-11431. hadoop-hdfs-client JAR does not include ConfiguredFailoverProxyProvider.
Contributed by Steven Rand.

Steve Loughran пре 8 година
родитељ
комит
b59dd4c798
1 измењених фајлова са 25 додато и 1 уклоњено
  1. 25 1
      hadoop-client/pom.xml

+ 25 - 1
hadoop-client/pom.xml

@@ -100,7 +100,7 @@
 
     <dependency>
       <groupId>org.apache.hadoop</groupId>
-      <artifactId>hadoop-hdfs-client</artifactId>
+      <artifactId>hadoop-hdfs</artifactId>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -123,6 +123,30 @@
           <groupId>javax.servlet</groupId>
           <artifactId>servlet-api</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>io.netty</groupId>
+          <artifactId>netty</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>io.netty</groupId>
+          <artifactId>netty-all</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>xerces</groupId>
+          <artifactId>xercesImpl</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-daemon</groupId>
+          <artifactId>commons-daemon</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.mortbay.jetty</groupId>
+          <artifactId>jetty-util</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.fusesource.leveldbjni</groupId>
+          <artifactId>leveldbjni-all</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>