You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Tsz Wo Nicholas Sze (JIRA)" <ji...@apache.org> on 2017/03/22 21:19:41 UTC

[jira] [Created] (HDFS-11563) Ozone: enforce DependencyConvergence uniqueVersions

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-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org