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

[Java] Dependencies with scope provided should not be included with CLI --required-only #1554

Open
dagnelies opened this issue Jan 13, 2025 · 1 comment

Comments

@dagnelies
Copy link

Dependencies with provided scope are not part of the produced artefact.
They are typically interfaces checked against during compile time and provided by the environment / container.

Related issues: #1018 #318

Best Regards

@dagnelies dagnelies changed the title [Java] Maven dependencies with scope provided should not be included with CLI --required-only [Java] Dependencies with scope provided should not be included with CLI --required-only Jan 13, 2025
@prabhu
Copy link
Collaborator

prabhu commented Jan 13, 2025

@dagnelies Is this issue with the server mode or exists in cli mode as well? Do you have a sample repo to reproduce this?

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

No branches or pull requests

2 participants