Set all to provided scope.

This commit is contained in:
asofold 2015-11-24 14:28:19 +01:00
parent 90674d3af2
commit d14f6a7b7e
1 changed files with 3 additions and 2 deletions

View File

@ -49,18 +49,19 @@
<groupId>com.gmail.nossr50.mcMMO</groupId>
<artifactId>mcMMO</artifactId>
<version>1.5.04-SNAPSHOT</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>fr.neatmonster</groupId>
<artifactId>nocheatplus</artifactId>
<version>3.13.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.citizensnpcs</groupId>
<artifactId>citizensapi</artifactId>
<version>2.0.16-SNAPSHOT</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
</dependencies>