Browse Source

HDFS-11563. Ozone: enforce DependencyConvergence uniqueVersions.

Tsz-Wo Nicholas Sze 7 years ago
parent
commit
bf6f0cd831
1 changed files with 1 additions and 13 deletions
  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>