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

remove unused transitive dependency to info.picocli:picocli #797

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

fistach
Copy link

@fistach fistach commented Nov 21, 2022

Description:

Currently there is a transitive dependency to picocli (https://picocli.info/) library that is used to handle CLI arguments, which is brought by com.puppycrawl.tools:checkstyle lib. The functionality of CLI handling is not used and I think it's an error that checkstyle exports it in first place, because usually checkstyle is used as a library, not a CLI application. Anyway picocli is not used in atlas, and also shouldn't be exported further to atlas users. So this dependency is excluded from the checkstyle dependency.

Potential Impact:

In case downstream users are CLI applications and they don't depend explicitly on picocli, they will need to do so after this change (which is actually the correct way). If this situation occurs, the fix is trivial.

Unit Test Approach:

No unit tests are needed, because there's no logic change.

Test Results:

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant