mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-04 14:12:20 -07:00
Move nullable annotation dependency to JSR
This commit is contained in:
@@ -77,11 +77,11 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
<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 -->
|
||||||
|
Reference in New Issue
Block a user