Skip to content

Commit

Permalink
Fix dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
kolinkrewinkel committed Dec 8, 2013
1 parent 9378147 commit 65c8ffc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@
<dependencies>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<!-- Bukkit API Version, change if out dated -->
<version>1.7.2-R1.0</version>
<artifactId>craftbukkit</artifactId>
<version>1.7.2-R0.1-SNAPSHOT</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit 65c8ffc

Please sign in to comment.