This commit is contained in:
坏黑
2018-10-28 23:17:04 +08:00
parent df51e398b1
commit 4ee0a555aa
3 changed files with 63 additions and 80 deletions

View File

@@ -88,6 +88,7 @@
<include>com.ilummc.eagletdl</include>
<include>org.ow2.asm</include>
<include>com.google.code.gson</include>
<include>net.objecthunter</include>
</includes>
</artifactSet>
<createDependencyReducedPom>false</createDependencyReducedPom>
@@ -154,6 +155,11 @@
<artifactId>scala-library</artifactId>
<version>2.12.7</version>
</dependency>
<dependency>
<groupId>net.objecthunter</groupId>
<artifactId>exp4j</artifactId>
<version>0.4.8</version>
</dependency>
<dependency>
<groupId>bukkit</groupId>
<artifactId>bukkit1_12</artifactId>