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

JLBP: strict java deps #1542

Closed
elharo opened this issue Jul 22, 2020 · 0 comments · Fixed by #1767
Closed

JLBP: strict java deps #1542

elharo opened this issue Jul 22, 2020 · 0 comments · Fixed by #1767
Labels
best practices JLBPs under library-best-practices

Comments

@elharo
Copy link
Contributor

elharo commented Jul 22, 2020

Recommend explicitly declaring all direct dependencies (i.e. don't call methods in transitive dependencies since they may change.)

mvn dependency:analyze

see https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Transitive_Dependencies

@elharo elharo added the best practices JLBPs under library-best-practices label Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
best practices JLBPs under library-best-practices
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant