HDFS-11563. Ozone: enforce DependencyConvergence uniqueVersions.
This commit is contained in:
parent
46b65ec4fb
commit
bf6f0cd831
@ -115,11 +115,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.ratis</groupId>
|
<artifactId>ratis-server</artifactId>
|
||||||
<artifactId>ratis-proto-shaded</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<artifactId>ratis-common</artifactId>
|
|
||||||
<groupId>org.apache.ratis</groupId>
|
<groupId>org.apache.ratis</groupId>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
@ -128,14 +124,6 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<artifactId>ratis-client</artifactId>
|
|
||||||
<groupId>org.apache.ratis</groupId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<artifactId>ratis-server</artifactId>
|
|
||||||
<groupId>org.apache.ratis</groupId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<artifactId>ratis-netty</artifactId>
|
<artifactId>ratis-netty</artifactId>
|
||||||
<groupId>org.apache.ratis</groupId>
|
<groupId>org.apache.ratis</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user