Added scope to dependencies

This commit is contained in:
shansen 2015-01-30 20:00:38 +01:00
parent 5379c5ab32
commit 93e0401c14
1 changed files with 3 additions and 0 deletions

View File

@ -76,11 +76,13 @@
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.8-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.milkbowl.vault</groupId>
<artifactId>Vault</artifactId>
<version>1.5.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mcstats.bukkit</groupId>
@ -92,6 +94,7 @@
<groupId>net.gravitydevelopment.updater</groupId>
<artifactId>updater</artifactId>
<version>2.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>