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 GitBox <gi...@apache.org> on 2019/10/14 10:25:53 UTC

[GitHub] [hadoop-ozone] elek opened a new pull request #18: HDDS-2298. Fix maven warning about duplicated metrics-core jar

elek opened a new pull request #18: HDDS-2298. Fix maven warning about duplicated metrics-core jar
URL: https://github.com/apache/hadoop-ozone/pull/18
 
 
   ## What changes were proposed in this pull request?
   
   Maven build of Ozone is starting with a warning:
   
   ```
   [WARNING] 
   [WARNING] Some problems were encountered while building the effective model for org.apache.hadoop:hadoop-ozone-tools:jar:0.5.0-SNAPSHOT
   [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: io.dropwizard.metrics:metrics-core:jar -> version 3.2.4 vs (?) @ line 94, column 17
   [WARNING] 
   [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
   [WARNING] 
   [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
   [WARNING] 
    ```
   
   It's better to avoid it.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-2298
   
   ## How this patch can be tested?
   
   ```
   mvn clean install | head -n 20
   ```
   
   Without patch: there are warnings.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org