fixed scope error in pom xml which made a huge jar output
This commit is contained in:
parent
2b6b0ae13e
commit
53597d7e9d
2
pom.xml
2
pom.xml
@ -86,11 +86,13 @@
|
||||
<groupId>net.milkbowl.vault</groupId>
|
||||
<artifactId>VaultAPI</artifactId>
|
||||
<version>1.7</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.TechFortress</groupId>
|
||||
<artifactId>GriefPrevention</artifactId>
|
||||
<version>16.11.6</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>co.aikar</groupId>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user