Removed type jar and replaced it with scope provided

This commit is contained in:
ysl3000 2019-12-14 02:10:58 +01:00
parent 4c248aad62
commit c17036183c
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>net.milkbowl.vault</groupId> <groupId>net.milkbowl.vault</groupId>
<artifactId>VaultAPI</artifactId> <artifactId>VaultAPI</artifactId>
<version>1.7</version> <version>1.7.1</version>
<name>VaultAPI</name> <name>VaultAPI</name>
<description>Vault is a Permissions &amp; Economy API to allow plugins to more easily hook into these systems without needing to hook each individual system themselves. <description>Vault is a Permissions &amp; Economy API to allow plugins to more easily hook into these systems without needing to hook each individual system themselves.
@ -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>