mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-22 04:33:28 +01:00
Add javax.annotations to the API
Used this set specifically because they are present in NMS already.
This commit is contained in:
parent
66dc00b4dd
commit
d9c982ac17
2 changed files with 18 additions and 0 deletions
|
@ -73,6 +73,20 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-lang</groupId>
|
<groupId>commons-lang</groupId>
|
||||||
|
@@ -0,0 +0,0 @@
|
||||||
|
<type>jar</type>
|
||||||
|
<scope>compile</scope>
|
||||||
|
</dependency>
|
||||||
|
+ <!-- bundled with Minecraft, shouldn't ever change -->
|
||||||
|
+ <dependency>
|
||||||
|
+ <groupId>javax.annotation</groupId>
|
||||||
|
+ <artifactId>javax-annotations</artifactId>
|
||||||
|
+ <version>1.0.0</version>
|
||||||
|
+ <scope>compile</scope>
|
||||||
|
+ </dependency>
|
||||||
|
<!-- bundled with Minecraft, should be kept in sync -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.google.guava</groupId>
|
||||||
@@ -0,0 +0,0 @@
|
@@ -0,0 +0,0 @@
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -40,6 +40,10 @@
|
||||||
<id>aikar</id>
|
<id>aikar</id>
|
||||||
<url>http://ci.emc.gs/nexus/content/repositories/aikar/</url>
|
<url>http://ci.emc.gs/nexus/content/repositories/aikar/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>destroystokyo-releases</id>
|
||||||
|
<url>https://repo.destroystokyo.com/repository/maven-releases/</url>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
|
|
Loading…
Add table
Reference in a new issue