mirror of
https://github.com/MilkBowl/VaultAPI.git
synced 2024-11-25 11:55:36 +01:00
Merge pull request #83 from yannicklamprecht/master
Removed type jar and replaced it with scope provided
This commit is contained in:
commit
89c00e1cb8
2
pom.xml
2
pom.xml
@ -59,7 +59,7 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
|
|||||||
<groupId>org.bukkit</groupId>
|
<groupId>org.bukkit</groupId>
|
||||||
<artifactId>bukkit</artifactId>
|
<artifactId>bukkit</artifactId>
|
||||||
<version>${bukkitVersion}</version>
|
<version>${bukkitVersion}</version>
|
||||||
<type>jar</type>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Test Dependency -->
|
<!-- Test Dependency -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user