Gaurav Menghani created HBASE-10177:
---------------------------------------
Summary: Fix the netty dependency issue
Key: HBASE-10177
URL: https://issues.apache.org/jira/browse/HBASE-10177
Project: HBase
Issue Type: Bug
Affects Versions: 0.89-fb
Reporter: Gaurav Menghani
Fix For: 0.89-fb
The netty developers changed their group id from org.jboss.netty to io.netty.
As a result, the zookeeper and hadoop dependencies pull in the older netty
(3.2.2) and swift related dependencies pull in the newer netty (3.7.0). As a
result we get ClassNotFoundExceptions, when the older 3.2.2 jar is picked up in
place of 3.7.0.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)