LuciferYang commented on PR #48666:
URL: https://github.com/apache/spark/pull/48666#issuecomment-2458978359
we should change to exclude
```
<exclusion>
<groupId>io.netty</groupId>
<artifactId>*</artifactId>
</exclusion>
```
from zookeeper not
```<exclusion>
<groupId>org.jboss.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
```
`org.jboss.netty` is the groupId of netty 3.x
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]