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

JSR 305 intergration #101

Closed
oldratlee opened this issue Aug 5, 2018 · 0 comments
Closed

JSR 305 intergration #101

oldratlee opened this issue Aug 5, 2018 · 0 comments
Assignees
Milestone

Comments

@oldratlee
Copy link
Member

oldratlee commented Aug 5, 2018

  • More secure(detect software defects)
  • Friendly for the modern language like Kotlin.

NOTE

Don't include the jsr 305 dependency in the target artifact, use optional for the jsr 305 dependency.

<dependency>
    <groupId>com.google.code.findbugs</groupId>
    <artifactId>jsr305</artifactId>
    <version>3.0.2</version>
    <optional>true</optional>
</dependency>

related resources


oldratlee added a commit that referenced this issue Sep 28, 2018
@oldratlee oldratlee self-assigned this Sep 29, 2018
@oldratlee oldratlee added this to the 2.8.0 milestone Sep 29, 2018
oldratlee added a commit that referenced this issue Sep 29, 2018
oldratlee added a commit that referenced this issue Sep 29, 2018
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

1 participant