From c7efda2eeb0f6857c8935b3bed37b8eeec944001 Mon Sep 17 00:00:00 2001 From: Trever Fischer Date: Mon, 23 Apr 2012 16:41:20 -0400 Subject: [PATCH] Add dependency on dynmap --- pom.xml | 15 ++++++++++----- src/main/resources/plugin.yml | 1 + 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 1e30d5e..e495654 100644 --- a/pom.xml +++ b/pom.xml @@ -16,12 +16,17 @@ bukkit 1.2.2-R0.1-SNAPSHOT provided + + + org.dynmap + DynmapCoreAPI + 0.38 - - commons-codec - commons-codec - 1.4 - + + commons-codec + commons-codec + 1.4 + junit junit diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 10068b7..6d82376 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -3,6 +3,7 @@ main: us.camin.regions.Plugin author: Trever Fischer website: http://camin.us/ version: ${version} +softdepend: [dynmap] commands: region: description: Interface to the region system