mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-24 19:45:43 +01:00
Exclude unnecessary dependencies to improve compilation time
This commit is contained in:
parent
932e46358c
commit
a4a5874f39
36
core/pom.xml
36
core/pom.xml
@ -58,12 +58,48 @@
|
||||
<artifactId>VaultAPI</artifactId>
|
||||
<version>1.7</version>
|
||||
<scope>provided</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.bukkit</groupId>
|
||||
<artifactId>bukkit</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.citizensnpcs</groupId>
|
||||
<artifactId>citizens</artifactId>
|
||||
<version>2.0.25-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>net.citizensnpcs</groupId>
|
||||
<artifactId>citizens-v1_8_R3</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>net.citizensnpcs</groupId>
|
||||
<artifactId>citizens-v1_10_R1</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>net.citizensnpcs</groupId>
|
||||
<artifactId>citizens-v1_11_R1</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>net.citizensnpcs</groupId>
|
||||
<artifactId>citizens-v1_12_R1</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>net.citizensnpcs</groupId>
|
||||
<artifactId>citizens-v1_13_R2</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>net.citizensnpcs</groupId>
|
||||
<artifactId>citizens-v1_14_R1</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>net.citizensnpcs</groupId>
|
||||
<artifactId>citizens-main</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.gmail.filoghost.holographicdisplays</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user