mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2024-12-22 04:37:42 +01:00
push build
This commit is contained in:
parent
7402b572ab
commit
4375c1e97b
BIN
lib/MMOCore.jar
BIN
lib/MMOCore.jar
Binary file not shown.
BIN
lib/MMOLib.jar
BIN
lib/MMOLib.jar
Binary file not shown.
6
pom.xml
6
pom.xml
@ -87,13 +87,15 @@
|
|||||||
<groupId>net.Indyuce</groupId>
|
<groupId>net.Indyuce</groupId>
|
||||||
<artifactId>MMOCore</artifactId>
|
<artifactId>MMOCore</artifactId>
|
||||||
<version>1.5</version>
|
<version>1.5</version>
|
||||||
<scope>compile</scope>
|
<scope>system</scope>
|
||||||
|
<systemPath>${basedir}/lib/MMOCore.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.Indyuce</groupId>
|
<groupId>net.Indyuce</groupId>
|
||||||
<artifactId>MMOLib</artifactId>
|
<artifactId>MMOLib</artifactId>
|
||||||
<version>1.6</version>
|
<version>1.6</version>
|
||||||
<scope>provided</scope>
|
<scope>system</scope>
|
||||||
|
<systemPath>${basedir}/lib/MMOLib.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- APIs -->
|
<!-- APIs -->
|
||||||
|
Loading…
Reference in New Issue
Block a user