Add jsr305 dev-time dependancy for Nullable/Nonnull annotations. Unneeded at runtime.

This commit is contained in:
Lex Manos 2014-09-08 17:50:46 -07:00
parent ad752886b0
commit 6192119682
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,11 @@
{
"name": "net.minecraft:launchwrapper:1.11"
},
{
"name": "com.google.code.findbugs:jsr305:1.3.9",
"children": ["sources"],
"url" : "http://repo.maven.apache.org/maven2"
},
{
"name": "org.ow2.asm:asm-debug-all:5.0.3",
"children" : ["sources"],