aboutsummaryrefslogtreecommitdiff
path: root/juick-notifications
diff options
context:
space:
mode:
Diffstat (limited to 'juick-notifications')
-rw-r--r--juick-notifications/build.gradle6
1 files changed, 5 insertions, 1 deletions
diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle
index b178758c..c61491a7 100644
--- a/juick-notifications/build.gradle
+++ b/juick-notifications/build.gradle
@@ -24,7 +24,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'
@@ -35,3 +35,7 @@ gretty {
servletContainer = 'tomcat8'
}
+configurations {
+ all*.exclude module: 'commons-logging'
+}
+