勉强能用的依赖加载系统做好了
This commit is contained in:
31
pom.xml
31
pom.xml
@@ -41,7 +41,7 @@
|
||||
<configuration>
|
||||
<artifactSet>
|
||||
<includes>
|
||||
<include>org.ow2.asm</include>
|
||||
<include>com.ilummc.eagletdl</include>
|
||||
</includes>
|
||||
</artifactSet>
|
||||
<createDependencyReducedPom>false</createDependencyReducedPom>
|
||||
@@ -58,10 +58,20 @@
|
||||
</repository>
|
||||
</repositories>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.ilummc.eagletdl</groupId>
|
||||
<artifactId>EagletCore</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
<artifactId>asm</artifactId>
|
||||
<version>5.2</version>
|
||||
<version>6.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1.16.20</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>bukkit</groupId>
|
||||
@@ -70,6 +80,11 @@
|
||||
<scope>system</scope>
|
||||
<systemPath>${basedir}/libs/1_12_R1.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.milkbowl.vault</groupId>
|
||||
<artifactId>VaultAPI</artifactId>
|
||||
<version>1.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>bukkit</groupId>
|
||||
<artifactId>bukkit1_8</artifactId>
|
||||
@@ -105,13 +120,6 @@
|
||||
<scope>system</scope>
|
||||
<systemPath>${basedir}/libs/com.sun.tools.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>lombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${basedir}/libs/lombok.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>placeholder</groupId>
|
||||
<artifactId>placeholder</artifactId>
|
||||
@@ -140,11 +148,6 @@
|
||||
<scope>system</scope>
|
||||
<systemPath>${basedir}/libs/TabooCode5.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.milkbowl.vault</groupId>
|
||||
<artifactId>VaultAPI</artifactId>
|
||||
<version>1.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>wg</groupId>
|
||||
<artifactId>wg</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user