mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-30 16:19:03 +01:00
Move nullable annotation dependency to JSR
This commit is contained in:
parent
9fd4ec64e7
commit
764473b2cc
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue