1
mirror of https://github.com/CarmJos/cn2b2t-project.git synced 2026-06-04 18:17:19 +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
@@ -21,13 +21,20 @@
<dependencies> <dependencies>
<!-- <dependency>-->
<!-- <groupId>org.spigotmc</groupId>-->
<!-- <artifactId>spigot</artifactId>-->
<!-- <scope>provided</scope>-->
<!-- </dependency>-->
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>com.github.azbh111</groupId>
<artifactId>2b2t-core</artifactId> <artifactId>craftbukkit-1.12.2</artifactId>
<version>${project.version}</version> <version>R</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>me.clip</groupId> <groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId> <artifactId>placeholderapi</artifactId>
+10 -2
View File
@@ -30,12 +30,20 @@
<systemPath>${basedir}/../_lib/McPay-obf-2.0.0-alpha-b92.jar</systemPath> <systemPath>${basedir}/../_lib/McPay-obf-2.0.0-alpha-b92.jar</systemPath>
</dependency> </dependency>
<!-- <dependency>-->
<!-- <groupId>org.spigotmc</groupId>-->
<!-- <artifactId>spigot</artifactId>-->
<!-- <scope>provided</scope>-->
<!-- </dependency>-->
<dependency> <dependency>
<groupId>org.spigotmc</groupId> <groupId>com.github.azbh111</groupId>
<artifactId>spigot</artifactId> <artifactId>craftbukkit-1.12.2</artifactId>
<version>R</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>me.clip</groupId> <groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId> <artifactId>placeholderapi</artifactId>
+10 -3
View File
@@ -41,13 +41,20 @@
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- <dependency>-->
<!-- <groupId>org.spigotmc</groupId>-->
<!-- <artifactId>spigot</artifactId>-->
<!-- <scope>provided</scope>-->
<!-- </dependency>-->
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>com.github.azbh111</groupId>
<artifactId>2b2t-logger</artifactId> <artifactId>craftbukkit-1.12.2</artifactId>
<version>${project.version}</version> <version>R</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
+10 -2
View File
@@ -34,12 +34,20 @@
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- <dependency>-->
<!-- <groupId>org.spigotmc</groupId>-->
<!-- <artifactId>spigot</artifactId>-->
<!-- <scope>provided</scope>-->
<!-- </dependency>-->
<dependency> <dependency>
<groupId>org.spigotmc</groupId> <groupId>com.github.azbh111</groupId>
<artifactId>spigot</artifactId> <artifactId>craftbukkit-1.12.2</artifactId>
<version>R</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
+9 -2
View File
@@ -35,9 +35,16 @@
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- <dependency>-->
<!-- <groupId>org.spigotmc</groupId>-->
<!-- <artifactId>spigot</artifactId>-->
<!-- <scope>provided</scope>-->
<!-- </dependency>-->
<dependency> <dependency>
<groupId>org.spigotmc</groupId> <groupId>com.github.azbh111</groupId>
<artifactId>spigot</artifactId> <artifactId>craftbukkit-1.12.2</artifactId>
<version>R</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
+9 -7
View File
@@ -110,10 +110,16 @@
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<!-- <dependency>-->
<!-- <groupId>org.spigotmc</groupId>-->
<!-- <artifactId>spigot</artifactId>-->
<!-- <version>1.12-R0.1-SNAPSHOT</version>-->
<!-- </dependency>-->
<dependency> <dependency>
<groupId>org.spigotmc</groupId> <groupId>com.github.azbh111</groupId>
<artifactId>spigot</artifactId> <artifactId>craftbukkit-1.12.2</artifactId>
<version>1.12-R0.1-SNAPSHOT</version> <version>R</version>
</dependency> </dependency>
<dependency> <dependency>
@@ -144,10 +150,6 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
</plugin> </plugin>
</plugins> </plugins>
<pluginManagement> <pluginManagement>