Added dependency for StringUtils

This commit is contained in:
Norbi Peti 2016-10-06 19:06:34 +02:00 committed by GitHub
parent 66e704e103
commit de2106abc1

12
pom.xml
View file

@ -49,7 +49,13 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.9.2-R0.1-SNAPSHOT</version>
</dependency>
<version>1.9.2-R0.1-SNAPSHOT</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
</dependency>
</dependencies>
</project>
</project>