1
0
mirror of https://github.com/PikaMug/Quests.git synced 2025-03-30 16:35:48 +02:00

Add explicit scopes

This commit is contained in:
BuildTools 2019-02-28 17:17:02 -05:00
parent 9f4103f04a
commit ccc59b1a07

View File

@ -116,11 +116,13 @@
<groupId>com.github.FlyingPikachu</groupId>
<artifactId>CitizensBooks</artifactId>
<version>master-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.FlyingPikachu</groupId>
<artifactId>PhatLoots</artifactId>
<version>master-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.FlyingPikachu</groupId>