From 619211968212a8d41b751c37c9f9dce9b8e948ff Mon Sep 17 00:00:00 2001 From: Lex Manos Date: Mon, 8 Sep 2014 17:50:46 -0700 Subject: [PATCH] Add jsr305 dev-time dependancy for Nullable/Nonnull annotations. Unneeded at runtime. --- fml/jsons/1.7.10-dev.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fml/jsons/1.7.10-dev.json b/fml/jsons/1.7.10-dev.json index f675c7e37..56c2dd3e9 100644 --- a/fml/jsons/1.7.10-dev.json +++ b/fml/jsons/1.7.10-dev.json @@ -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"],