Add commons lang for server usage in closure

This commit is contained in:
Dominik Przybysz 2015-01-20 12:23:46 +01:00
parent f3bfc0d4da
commit 01e64499ed

View file

@ -24,6 +24,10 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
</dependencies>
<build>