MC uses JSR 1.3.9

This commit is contained in:
Zach Brown 2016-11-03 14:51:00 -05:00
parent f0baa4b9cc
commit 493caa07b4
No known key found for this signature in database
GPG Key ID: CC9DA35FC5450B76

View File

@ -1,11 +1,11 @@
From 07ca205f1c430f3efab31e4eeaf22c0d976d2501 Mon Sep 17 00:00:00 2001 From d2964723ffed5f0bbf1fef361f554666b43d53e7 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..83797ef 100644 index 217ce0b..8f0fb79 100644
--- a/pom.xml --- a/pom.xml
+++ b/pom.xml +++ b/pom.xml
@@ -4,35 +4,37 @@ @@ -4,35 +4,37 @@
@ -81,7 +81,7 @@ index 217ce0b..83797ef 100644
+ <dependency> + <dependency>
+ <groupId>com.google.code.findbugs</groupId> + <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId> + <artifactId>jsr305</artifactId>
+ <version>3.0.1</version> + <version>1.3.9</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 -->