浏览代码

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

Glitchfinder 12 年之前
父节点
当前提交
658e7d64c2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

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