Add dependency on dynmap
This commit is contained in:
parent
3ab2a96366
commit
c7efda2eeb
15
pom.xml
15
pom.xml
@ -16,12 +16,17 @@
|
||||
<artifactId>bukkit</artifactId>
|
||||
<version>1.2.2-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.dynmap</groupId>
|
||||
<artifactId>DynmapCoreAPI</artifactId>
|
||||
<version>0.38</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-codec</groupId>
|
||||
<artifactId>commons-codec</artifactId>
|
||||
<version>1.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-codec</groupId>
|
||||
<artifactId>commons-codec</artifactId>
|
||||
<version>1.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
|
@ -3,6 +3,7 @@ main: us.camin.regions.Plugin
|
||||
author: Trever Fischer <wm161@wm161.net>
|
||||
website: http://camin.us/
|
||||
version: ${version}
|
||||
softdepend: [dynmap]
|
||||
commands:
|
||||
region:
|
||||
description: Interface to the region system
|
||||
|
Loading…
Reference in New Issue
Block a user