Skip to content

Commit

Permalink
Fixes a bug with the pom because spout cannot be found.
Browse files Browse the repository at this point in the history
  • Loading branch information
entropitor authored and authorblues committed Sep 26, 2013
1 parent 47b318e commit 14a0881
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -52,6 +52,10 @@
<groupId>org.spout</groupId>
<artifactId>spoutapi</artifactId>
</exclusion>
<exclusion>
<groupId>org.spout</groupId>
<artifactId>vanilla</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit 14a0881

Please sign in to comment.