1
mirror of https://github.com/CarmJos/cn2b2t-project.git synced 2026-06-05 02:18:17 +08:00

提供相关视频地址

This commit is contained in:
carm
2021-10-17 15:31:41 +08:00
parent 532ca866dd
commit 74a3fd60de
6 changed files with 58 additions and 19 deletions
+10 -3
View File
@@ -41,13 +41,20 @@
<scope>provided</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.spigotmc</groupId>-->
<!-- <artifactId>spigot</artifactId>-->
<!-- <scope>provided</scope>-->
<!-- </dependency>-->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>2b2t-logger</artifactId>
<version>${project.version}</version>
<groupId>com.github.azbh111</groupId>
<artifactId>craftbukkit-1.12.2</artifactId>
<version>R</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>