dependency FMCCore and timi-inject

This commit is contained in:
Timi
2025-07-24 11:20:15 +08:00
parent 8c5be21956
commit c2b5c00e8d
13 changed files with 147 additions and 826 deletions

38
pom.xml
View File

@ -6,7 +6,7 @@
<groupId>net.imyeyu.fmcserver</groupId>
<artifactId>FMCServer</artifactId>
<version>0.0.2</version>
<version>0.0.1+${mc.version}</version>
<packaging>jar</packaging>
<properties>
@ -51,9 +51,33 @@
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.17.0</version>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.9.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>cn.forevermc.spigot</groupId>
<artifactId>fmc-core</artifactId>
<version>0.0.1+1.9.4+</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.imyeyu.inject</groupId>
<artifactId>timi-inject</artifactId>
<version>0.0.1-legacy</version>
</dependency>
<dependency>
<groupId>cn.forevermc.spigot</groupId>
<artifactId>fmc-debug</artifactId>
<version>0.0.1+1.9.4+</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>com.imyeyu.inject</groupId>
<artifactId>timi-inject</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@ -70,12 +94,6 @@
<artifactId>httpclient5-fluent</artifactId>
<version>5.4.1</version>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.9.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>