浏览代码

HDFS-11563. Ozone: enforce DependencyConvergence uniqueVersions.

Tsz-Wo Nicholas Sze 7 年之前
父节点
当前提交
bf6f0cd831
共有 1 个文件被更改,包括 1 次插入13 次删除
  1. 1 13
      hadoop-hdfs-project/hadoop-hdfs-client/pom.xml

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

@@ -115,11 +115,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
     </dependency>
 
     <dependency>
-      <groupId>org.apache.ratis</groupId>
-      <artifactId>ratis-proto-shaded</artifactId>
-    </dependency>
-    <dependency>
-      <artifactId>ratis-common</artifactId>
+      <artifactId>ratis-server</artifactId>
       <groupId>org.apache.ratis</groupId>
       <exclusions>
         <exclusion>
@@ -128,14 +124,6 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
         </exclusion>
       </exclusions>
     </dependency>
-    <dependency>
-      <artifactId>ratis-client</artifactId>
-      <groupId>org.apache.ratis</groupId>
-    </dependency>
-    <dependency>
-      <artifactId>ratis-server</artifactId>
-      <groupId>org.apache.ratis</groupId>
-    </dependency>
     <dependency>
       <artifactId>ratis-netty</artifactId>
       <groupId>org.apache.ratis</groupId>