aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 0d69481d..171cb3db 100644
--- a/build.gradle
+++ b/build.gradle
@@ -55,7 +55,7 @@ dependencies {
compile 'javax.inject:javax.inject:1'
compile 'com.github.pengrad:java-telegram-bot-api:2.1.1'
compile 'com.neovisionaries:nv-websocket-client:1.27'
- runtime 'mysql:mysql-connector-java:5.1.39'
+ providedRuntime 'mysql:mysql-connector-java:5.1.39'
testCompile 'junit:junit:4.12'
testRuntime 'com.h2database:h2:1.4.190'
}