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

[UNDERTOW-1615] Remove unused dependencies #824

Merged
merged 1 commit into from
Nov 15, 2019
Merged

[UNDERTOW-1615] Remove unused dependencies #824

merged 1 commit into from
Nov 15, 2019

Conversation

cesarsotovalero
Copy link
Contributor

Hello, I noticed that dependencies undertow-servlet, undertow-websockets-jsr, jboss-logging-processor, xnio-nio, jmh-generator-annprocess, and httpmime are declared in the pom of the undertow-benchmarks module. However, these dependencies are not used in any of the four classes of the module. Removing these unused dependencies in the pom has an impact on the size of the packaged jar file for the benchmarks (reduction is more than 1MB), and also decreases the complexity of the Maven dependency tree of the module.

@undertow-pull-request
Copy link

Can one of the admins verify this patch?

@fl4via
Copy link
Member

fl4via commented Nov 15, 2019

Hi, @cesarsotovalero ! Thanks for your PR, it will soon be tested!

@fl4via
Copy link
Member

fl4via commented Nov 15, 2019

This is ok to test

@fl4via fl4via added waiting CI check Ready to be merged but waiting for CI check enhancement Enhances existing behaviour or code labels Nov 15, 2019
@fl4via fl4via changed the title Remove unused dependencies [UNDERTOW-1615] Remove unused dependencies Nov 15, 2019
@fl4via fl4via added next release This PR will be merged before next release or has already been merged (for payload double check) and removed waiting CI check Ready to be merged but waiting for CI check labels Nov 15, 2019
@fl4via fl4via merged commit accbcc3 into undertow-io:master Nov 15, 2019
@fl4via fl4via removed the next release This PR will be merged before next release or has already been merged (for payload double check) label Jan 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhances existing behaviour or code
Projects
None yet
3 participants