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

findbugs dependency #43

Closed
NetAppBlueDevil opened this issue Sep 23, 2015 · 1 comment
Closed

findbugs dependency #43

NetAppBlueDevil opened this issue Sep 23, 2015 · 1 comment

Comments

@NetAppBlueDevil
Copy link

While the findbugs jsr is needed to compile this project, it is not really a 'compile' scope dependency because it is not required to be present at runtime. However compile scope causes it to be a transitive runtime dependency for users of this library and they need to actively exclude it.

The dependency in this project should be changed to 'provided' so that it is available when this project compiles but it does not transitively get included by projects using the library.

leventov added a commit that referenced this issue Sep 24, 2015
@leventov
Copy link
Owner

Thank you for a spot.

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

No branches or pull requests

2 participants