Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate netty-transport classes #10169

Closed
pkoenig10 opened this issue Dec 20, 2021 · 2 comments
Closed

Duplicate netty-transport classes #10169

pkoenig10 opened this issue Dec 20, 2021 · 2 comments

Comments

@pkoenig10
Copy link

After 612896f, selenium-remote-driver now has dependencies on both netty-transport-native-epoll and netty-transport-classes-epoll. These JARs have identical classes and result in duplicate classes at runtime.

  • netty-transport-classes-epoll comes from selenium-remote-driver
  • netty-transport-native-epoll comes from async-http-client

Can we update the dependencies to exclusively use one or the other?

Originally posted by @pkoenig10 in #10102 (comment)

@pkoenig10
Copy link
Author

This was caused because I was depending on different versions of netty-transport-classes-epoll and netty-transport-native-epoll. The duplicate classes were resolved once I used a consistent version with netty-transport-native-epoll.

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Jan 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant