geforkt von Mirrors/Paper
Move nullable annotation dependency to JSR
Dieser Commit ist enthalten in:
Ursprung
9fd4ec64e7
Commit
764473b2cc
@ -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>
|
||||
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
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren