From de2106abc119b6c305a602e9bd61d6959b86f08f Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Thu, 6 Oct 2016 19:06:34 +0200 Subject: [PATCH] Added dependency for StringUtils --- pom.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5ec02d0..8b7e90e 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,13 @@ org.spigotmc spigot-api - 1.9.2-R0.1-SNAPSHOT - + 1.9.2-R0.1-SNAPSHOT + + + + org.apache.commons + commons-lang3 + 3.4 + - \ No newline at end of file +