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

Modify net.bytebuddy maven dependency scope to "test" only #4429

Merged
merged 2 commits into from
Mar 13, 2024

Conversation

JooHyukKim
Copy link
Member

addresses #4428.

Because net.bytebuddy dependency is quite common library used by many (at least from personal experience), thus we would be quite prone to conflict on runtime.

@cowtowncoder cowtowncoder merged commit 99198d5 into FasterXML:2.17 Mar 13, 2024
6 checks passed
@cowtowncoder cowtowncoder added this to the 2.1.7 milestone Mar 13, 2024
@cowtowncoder
Copy link
Member

This works, although going forward safer way is probably to use <dependencyManagement> to force version of transient dependencies, without directly adding dependency.

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.

2 participants