Skip to content

Commit 84fcbb9

Browse files
author
Echobob
committedFeb 10, 2012
Merge pull request #3 from robxu9/master
YetAnotherPullRequest: Add CraftBukkit to deps
2 parents 6b5e879 + 063e898 commit 84fcbb9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@
4747
<type>jar</type>
4848
<scope>compile</scope>
4949
</dependency>
50+
<dependency>
51+
<groupId>org.bukkit</groupId>
52+
<artifactId>craftbukkit</artifactId>
53+
<version>1.1-R4-SNAPSHOT</version>
54+
<type>jar</type>
55+
<scope>compile</scope>
56+
</dependency>
5057
<dependency>
5158
<groupId>org.getspout</groupId>
5259
<artifactId>spoutpluginapi</artifactId>

0 commit comments

Comments
 (0)
Please sign in to comment.