diff options
author | Vitaly Takmazov | 2017-07-31 11:52:50 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2018-03-01 22:59:18 +0300 |
commit | 566c4aee9d4e442b36653643ed7f3c383ab23c9d (patch) | |
tree | a81815e8798a1589c0259665dd58ffb9dfd13690 /build.gradle | |
parent | 185625ef92e7c2991030d5db35ca5904d88ba922 (diff) |
initial postgresql schema (tests are not passed)
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
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' |