Apache9 commented on PR #5475:
URL: https://github.com/apache/hbase/pull/5475#issuecomment-1786280529

   > lots of exclusion removals. how was the list compiled? AFAIK we don't have 
great checks to ensure we aren't accidentally leaking new dependencies. 
(Referring to the non-netty ones now)
   
   Zookeeper removed a lot of dependencies by their own, so we do not need to 
exclude them now.
   
   The exclusion section of zookeeper is done when we uses 3.4.x, this is the 
compile dependencies
   
   https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper/3.4.14
   
   And now
   
   https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper/3.8.3
   
   I think all other exclusions are netty related. So do you have any other 
concerns?


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to