diff options
author | Zach Brown <[email protected]> | 2016-11-03 14:25:50 -0500 |
---|---|---|
committer | Zach Brown <[email protected]> | 2016-11-03 14:25:50 -0500 |
commit | 764473b2cc4d63dde58e3ddb5bdf9d601d92ef74 (patch) | |
tree | 5ea61cbf88f983076ef5ee5e7b9fe6b583207293 | |
parent | 9fd4ec64e7b2ec92263edc377ea9b67c8db6e09c (diff) | |
download | Paper-764473b2cc4d63dde58e3ddb5bdf9d601d92ef74.tar.gz Paper-764473b2cc4d63dde58e3ddb5bdf9d601d92ef74.zip |
Move nullable annotation dependency to JSR
-rw-r--r-- | Spigot-API-Patches/0001-POM-changes.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Spigot-API-Patches/0001-POM-changes.patch b/Spigot-API-Patches/0001-POM-changes.patch index 1e12c05945..f8d8ba0448 100644 --- a/Spigot-API-Patches/0001-POM-changes.patch +++ b/Spigot-API-Patches/0001-POM-changes.patch @@ -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 <[email protected]> Date: Mon, 29 Feb 2016 17:16:08 -0600 Subject: [PATCH] POM changes diff --git a/pom.xml b/pom.xml -index 217ce0b..65638f7 100644 +index 217ce0b..821dc4e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,35 +4,37 @@ @@ -77,11 +77,11 @@ index 217ce0b..65638f7 100644 <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 --> @@ -123,5 +123,5 @@ index 217ce0b..65638f7 100644 <artifactId>maven-shade-plugin</artifactId> <version>2.4.1</version> -- -2.10.0.windows.1 +2.10.2 |