1
mirror of https://github.com/carm-outsource/TimeReward.git synced 2026-06-04 15:28:16 +08:00

修改依赖方式

This commit is contained in:
2022-02-28 18:21:23 +08:00
parent 452042af27
commit 1d43444080
3 changed files with 22 additions and 5 deletions
+14
View File
@@ -93,6 +93,20 @@
<systemPath>${project.basedir}/lib/CatServerSRG-b10faff.jar</systemPath>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.12.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.12.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>