Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change scope of jsr305 dependency from "provided" to "compile"
it cannot be "provided" because it's not "provided at runtime by JDK or a container". it's rather a "compile" dependency because it's needed for compilation of user project (at least maven projects).
- Loading branch information