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

Fail build if netty-all pulls in duplicated classes #11804

Merged
merged 2 commits into from Oct 28, 2021
Merged

Commits on Oct 28, 2021

  1. Fail build if netty-all pulls in duplicated classes

    Motivation:
    
    We should fail the build if netty-all pulls in dependencies that produce duplicated classes on the classpath
    
    Modifications:
    
    Add maven plugin to verify we not have duplicated classes on the classpath / dependencies
    
    Result:
    
    Related to #11791
    normanmaurer committed Oct 28, 2021
    Copy the full SHA
    5700904 View commit details
    Browse the repository at this point in the history
  2. address comment

    normanmaurer committed Oct 28, 2021
    Copy the full SHA
    7a042d8 View commit details
    Browse the repository at this point in the history