aboutsummaryrefslogtreecommitdiff
path: root/juick-ws/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-ws/build.gradle')
-rw-r--r--juick-ws/build.gradle5
1 files changed, 4 insertions, 1 deletions
diff --git a/juick-ws/build.gradle b/juick-ws/build.gradle
index 727a3c7b..720352e3 100644
--- a/juick-ws/build.gradle
+++ b/juick-ws/build.gradle
@@ -33,7 +33,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'
}
compileFrontend.dependsOn 'npmInstall'
@@ -46,3 +46,6 @@ gretty {
servletContainer = 'tomcat8'
}
+configurations {
+ all*.exclude module: 'commons-logging'
+} \ No newline at end of file