diff options
author | Alexander Alexeev | 2016-11-10 23:43:19 +0700 |
---|---|---|
committer | Vitaly Takmazov | 2016-11-11 17:27:43 +0300 |
commit | bf42b1286472d6f66fb8e7b287abad867b3ee485 (patch) | |
tree | 9318207f992b20a11099b2178a0f5c40e47c6992 /juick-www | |
parent | 5fea6d5c67d11edca8919ad7e35c79c5a5588a3e (diff) |
configuration updated:
mysql jdbc driver updated to 5.1.40;
commons-logging is excluded from build
Diffstat (limited to 'juick-www')
-rw-r--r-- | juick-www/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle index a901da09..c8d1f10e 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -44,7 +44,7 @@ dependencies { compile 'com.sun.mail:javax.mail:1.5.6' compile 'org.slf4j:slf4j-api:${slf4jVersion}' providedCompile 'javax.servlet:javax.servlet-api:3.1.0' - providedRuntime 'mysql:mysql-connector-java:5.1.39' + providedRuntime 'mysql:mysql-connector-java:5.1.40' } compileFrontend.dependsOn 'npmInstall' |