diff options
author | Vitaly Takmazov | 2016-01-17 00:18:33 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-01-17 00:18:33 +0300 |
commit | d8f9f16d16f4e2f7133de464ba8d3f6cc704bd00 (patch) | |
tree | 3583ee665032f722a06d8d65a131b74447d9af94 /build.gradle | |
parent | 261d89f398bde4aeb6d84c2ae789a90732793272 (diff) |
almost working messages api
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index ea705d8c..b76df16a 100644 --- a/build.gradle +++ b/build.gradle @@ -53,6 +53,7 @@ dependencies { compile server compile xmpp compile json + compile "org.apache.commons:commons-lang3:3.4" compile "org.springframework:spring-jdbc:4.2.4.RELEASE" providedCompile 'javax.servlet:javax.servlet-api:3.1.0' def tomcatVersion = '7.0.+' |