[
https://issues.apache.org/jira/browse/HBASE-12341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15668829#comment-15668829
]
Enis Soztutar commented on HBASE-12341:
---------------------------------------
maven enforcer can enforce converging dependencies:
{code}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>
<id>depcheck</id>
<configuration>
<rules>
<DependencyConvergence>
<uniqueVersions>true</uniqueVersions>
</DependencyConvergence>
</rules>
</configuration>
<goals>
<goal>enforce</goal>
</goals>
<phase>verify</phase>
</execution>
</executions>
</plugin>
{code}
> Overhaul logging; log4j2, machine-readable, etc.
> ------------------------------------------------
>
> Key: HBASE-12341
> URL: https://issues.apache.org/jira/browse/HBASE-12341
> Project: HBase
> Issue Type: Umbrella
> Reporter: stack
> Priority: Critical
> Fix For: 2.0.0
>
>
> This is a general umbrella issue for 2.x logging improvements. Hang related
> work off this one.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)