diff options
author | Vitaly Takmazov | 2016-06-30 15:24:49 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-06-30 15:24:49 +0300 |
commit | 7babecb107b183713a5fde33cae95e6bec726142 (patch) | |
tree | 66882609d4b644a6976b3db71d89e144e700cc4c | |
parent | 0a2d8c6b44acc8f9e4ca3a70bcd891ff903f1708 (diff) |
exclude mysql-connector from war
-rw-r--r-- | build.gradle | 2 |
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' } |