aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 33d8e27c..35d45fad 100644
--- a/build.gradle
+++ b/build.gradle
@@ -70,6 +70,7 @@ dependencies {
testCompile "org.hamcrest:hamcrest-all:${hamcrestVersion}"
testCompile "org.mockito:mockito-core:${mockitoVersion}"
testRuntime "mysql:mysql-connector-java:5.1.40"
+ testRuntime "org.postgresql:postgresql:42.1.3"
}
compileJava.options.encoding = 'UTF-8'