aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-07-31 11:52:50 +0000
committerGravatar Vitaly Takmazov2018-03-01 22:59:18 +0300
commit566c4aee9d4e442b36653643ed7f3c383ab23c9d (patch)
treea81815e8798a1589c0259665dd58ffb9dfd13690 /build.gradle
parent185625ef92e7c2991030d5db35ca5904d88ba922 (diff)
initial postgresql schema (tests are not passed)
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'