aboutsummaryrefslogtreecommitdiff
path: root/juick-crosspost/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-crosspost/build.gradle')
-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