aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 171cb3db..5a62cfd2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -22,6 +22,7 @@ apply plugin: 'com.github.tkruse.groovysh'
repositories {
mavenCentral()
+ jcenter()
}
def core = project(':deps:com.juick')
@@ -55,9 +56,10 @@ 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'
+ testCompile 'ch.vorburger.mariaDB4j:mariaDB4j:2.1.3'
+ testCompile 'org.slf4j:slf4j-jdk14:1.7.13'
providedRuntime 'mysql:mysql-connector-java:5.1.39'
testCompile 'junit:junit:4.12'
- testRuntime 'com.h2database:h2:1.4.190'
}
compileJava.options.encoding = 'UTF-8'
gretty {