Tsz Wo Nicholas Sze created HDFS-11563: ------------------------------------------
Summary: Ozone: enforce DependencyConvergence uniqueVersions Key: HDFS-11563 URL: https://issues.apache.org/jira/browse/HDFS-11563 Project: Hadoop HDFS Issue Type: Sub-task Components: build, ozone Reporter: Tsz Wo Nicholas Sze Assignee: Tsz Wo Nicholas Sze Priority: Blocker In HDFS-11519, we disable DependencyConvergence uniqueVersions so that Jenkins can test the branch with public maven repo. We should re-enable it before merging the branch. {code} // hadoop-project/pom.xml @@ -1505,7 +1545,9 @@ <configuration> <rules> <DependencyConvergence> - <uniqueVersions>true</uniqueVersions> + <!-- + <uniqueversions>true</uniqueversions> + --> </DependencyConvergence> <bannedDependencies> <excludes> {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org