mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-28 13:36:33 +01:00
Move DRECommons to API module
This commit is contained in:
parent
f05d7244b6
commit
93ad656bf9
12
api/pom.xml
12
api/pom.xml
@ -66,5 +66,17 @@
|
|||||||
<version>${spigotVersion.latest}</version>
|
<version>${spigotVersion.latest}</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>de.erethon.commons</groupId>
|
||||||
|
<artifactId>commons-dist</artifactId>
|
||||||
|
<version>6.2.1</version>
|
||||||
|
<scope>compile</scope>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.bukkit</groupId>
|
||||||
|
<artifactId>bukkit</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
12
pom.xml
12
pom.xml
@ -24,18 +24,6 @@
|
|||||||
<spigotVersion.latest>1.16.3-R0.1-SNAPSHOT</spigotVersion.latest>
|
<spigotVersion.latest>1.16.3-R0.1-SNAPSHOT</spigotVersion.latest>
|
||||||
</properties>
|
</properties>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
|
||||||
<groupId>de.erethon.commons</groupId>
|
|
||||||
<artifactId>commons-dist</artifactId>
|
|
||||||
<version>6.2.1</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>org.bukkit</groupId>
|
|
||||||
<artifactId>bukkit</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>de.erethon</groupId>
|
<groupId>de.erethon</groupId>
|
||||||
<artifactId>caliburn</artifactId>
|
<artifactId>caliburn</artifactId>
|
||||||
|
Loading…
Reference in New Issue
Block a user