Move nullable annotation dependency to JSR

This commit is contained in:
Zach Brown 2016-11-03 14:25:50 -05:00
parent e49e4020ac
commit c189dd9576

View file

@ -77,11 +77,11 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
<type>jar</type>
<scope>compile</scope>
</dependency>
+ <!-- bundled with Minecraft, shouldn't ever change -->
+ <!-- bundled with Minecraf, shouldn't ever change -->
+ <dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax-annotations</artifactId>
+ <version>1.0.0</version>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ <version>3.0.1</version>
+ <scope>compile</scope>
+ </dependency>
<!-- bundled with Minecraft, should be kept in sync -->