royvanrijn commented on pull request #72:
URL: https://github.com/apache/maven-enforcer/pull/72#issuecomment-665553160


   Absolutely, I've followed the sample from:
   https://issues.apache.org/jira/browse/MENFORCER-353
   
   This is the before:
   
   ```[WARNING] 
   Dependency convergence error for com.google.inject:guice:4.1.0 paths to 
dependency are:
   +-test.example.com:test:1.0.0-SNAPSHOT
     +-org.testng:testng:7.1.0
       +-com.google.inject:guice:4.1.0
   and
   +-test.example.com:test:1.0.0-SNAPSHOT
     +-org.apache.maven:maven-core:3.5.0
       +-com.google.inject:guice:4.0
   ```
   
    And this is the after:
   ```[WARNING] 
   Dependency convergence error for 
com.google.inject:guice:jar:no_aop:4.1.0:compile paths to dependency are:
   +-com.mycompany.app:my-app:jar:1
     +-org.testng:testng:jar:7.1.0:compile
       +-com.google.inject:guice:jar:no_aop:4.1.0:compile
   and
   +-com.mycompany.app:my-app:jar:1
     +-org.apache.maven:maven-core:jar:3.5.0:compile
       +-com.google.inject:guice:jar:no_aop:4.0:compile
   ```
   
   Formatting is now the same as dependency:tree (as requested).


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to