Move nullable annotation dependency to JSR

This commit is contained in:
Zach Brown 2016-11-03 14:25:50 -05:00
parent 9fd4ec64e7
commit 764473b2cc
No known key found for this signature in database
GPG key ID: CC9DA35FC5450B76

View file

@ -1,11 +1,11 @@
From 14af75d25b745ae4d5f22e35b0c93872d74b7176 Mon Sep 17 00:00:00 2001 From 3c68fcf4907a3b1219943b94584520b9bf98f04e Mon Sep 17 00:00:00 2001
From: Zach Brown <zach.brown@destroystokyo.com> From: Zach Brown <zach.brown@destroystokyo.com>
Date: Mon, 29 Feb 2016 17:16:08 -0600 Date: Mon, 29 Feb 2016 17:16:08 -0600
Subject: [PATCH] POM changes Subject: [PATCH] POM changes
diff --git a/pom.xml b/pom.xml diff --git a/pom.xml b/pom.xml
index 217ce0b..65638f7 100644 index 217ce0b..821dc4e 100644
--- a/pom.xml --- a/pom.xml
+++ b/pom.xml +++ b/pom.xml
@@ -4,35 +4,37 @@ @@ -4,35 +4,37 @@
@ -77,11 +77,11 @@ index 217ce0b..65638f7 100644
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
+ <!-- bundled with Minecraft, shouldn't ever change --> + <!-- bundled with Minecraf, shouldn't ever change -->
+ <dependency> + <dependency>
+ <groupId>javax.annotation</groupId> + <groupId>com.google.code.findbugs</groupId>
+ <artifactId>javax-annotations</artifactId> + <artifactId>jsr305</artifactId>
+ <version>1.0.0</version> + <version>3.0.1</version>
+ <scope>compile</scope> + <scope>compile</scope>
+ </dependency> + </dependency>
<!-- bundled with Minecraft, should be kept in sync --> <!-- bundled with Minecraft, should be kept in sync -->
@ -123,5 +123,5 @@ index 217ce0b..65638f7 100644
<artifactId>maven-shade-plugin</artifactId> <artifactId>maven-shade-plugin</artifactId>
<version>2.4.1</version> <version>2.4.1</version>
-- --
2.10.0.windows.1 2.10.2