diff options
author | Vitaly Takmazov | 2016-12-16 17:04:55 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-12-16 17:04:55 +0300 |
commit | 955c149737918d0b2f9c83d3f54c2f8b5cb2b098 (patch) | |
tree | 029f0dc89010eb506d1c8ac664df5f3c3d138042 /juick-xmpp/build.gradle | |
parent | 300a0439b2a6e26d9025247ef780c886616d4ae1 (diff) |
juick-xmpp: drop unused code
Diffstat (limited to 'juick-xmpp/build.gradle')
-rw-r--r-- | juick-xmpp/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/juick-xmpp/build.gradle b/juick-xmpp/build.gradle index 37f3ea1d..142f05cc 100644 --- a/juick-xmpp/build.gradle +++ b/juick-xmpp/build.gradle @@ -14,7 +14,6 @@ dependencies { compile 'javax.inject:javax.inject:1' compile 'org.apache.httpcomponents:httpclient:4.5.2' compile 'org.apache.commons:commons-dbcp2:2.1.1' - compile 'com.mitchellbosecke:pebble-spring4:2.3.0' compile 'net.jodah:failsafe:1.0.0' providedRuntime 'mysql:mysql-connector-java:5.1.40' |