Merge pull request #3 from Aberzhulan/master

Add scope provided to bukkit dependency
This commit is contained in:
Brianna O'Keefe 2018-08-03 20:54:01 -04:00 committed by GitHub
commit ac1d546848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,6 +75,7 @@
<artifactId>craftbukkit</artifactId>
<version>1.13</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<!--Vault API-->
<dependency>
@ -132,4 +133,4 @@
<scope>compile</scope>
</dependency>
</dependencies>
</project>
</project>