aboutsummaryrefslogtreecommitdiff
path: root/juick-crosspost
diff options
context:
space:
mode:
authorGravatar Alexander Alexeev2016-11-10 23:43:19 +0700
committerGravatar Vitaly Takmazov2016-11-11 17:27:43 +0300
commitbf42b1286472d6f66fb8e7b287abad867b3ee485 (patch)
tree9318207f992b20a11099b2178a0f5c40e47c6992 /juick-crosspost
parent5fea6d5c67d11edca8919ad7e35c79c5a5588a3e (diff)
configuration updated:
mysql jdbc driver updated to 5.1.40; commons-logging is excluded from build
Diffstat (limited to 'juick-crosspost')
-rw-r--r--juick-crosspost/build.gradle5
1 files changed, 4 insertions, 1 deletions
diff --git a/juick-crosspost/build.gradle b/juick-crosspost/build.gradle
index ae918f18..21b91264 100644
--- a/juick-crosspost/build.gradle
+++ b/juick-crosspost/build.gradle
@@ -22,7 +22,7 @@ dependencies {
compile 'org.apache.httpcomponents:httpclient:4.5.2'
compile 'org.apache.commons:commons-dbcp2:2.1.1'
compile 'com.mitchellbosecke:pebble-spring4:2.2.3'
- providedRuntime 'mysql:mysql-connector-java:5.1.39'
+ providedRuntime 'mysql:mysql-connector-java:5.1.40'
}
compileJava.options.encoding = 'UTF-8'
@@ -33,3 +33,6 @@ gretty {
servletContainer = 'tomcat8'
}
+configurations {
+ all*.exclude module: 'commons-logging'
+} \ No newline at end of file