Go back to compile scope, need to talk to md_5 about this

This commit is contained in:
Shaun Bennett 2016-01-20 13:13:20 -05:00
parent 037a2f8353
commit 0a5791a92f
2 changed files with 1 additions and 5 deletions

View File

@ -44,9 +44,5 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>com.mineplex</groupId>
<artifactId>spigot</artifactId>
</dependency>
</dependencies>
</project>

View File

@ -117,7 +117,7 @@
<groupId>com.mineplex</groupId>
<artifactId>spigot</artifactId>
<version>1.8.8-R0.1-SNAPSHOT</version>
<scope>provided</scope>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>redis.clients</groupId>