Fixing dependency issues resulting from a recent change to the Spout API.

This commit is contained in:
Glitchfinder 2012-12-06 11:22:22 -08:00
parent 569079fed0
commit 658e7d64c2

View File

@ -123,7 +123,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.getspout</groupId> <groupId>org.getspout</groupId>
<artifactId>spoutpluginapi</artifactId> <artifactId>spoutplugin</artifactId>
<version>dev-SNAPSHOT</version> <version>dev-SNAPSHOT</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>compile</scope>