mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 14:33:09 +01:00
Move nullable annotation dependency to JSR
This commit is contained in:
parent
e49e4020ac
commit
c189dd9576
1 changed files with 4 additions and 4 deletions
|
@ -77,11 +77,11 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
<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 -->
|
||||
|
|
Loading…
Reference in a new issue