diff options
author | Vitaly Takmazov | 2018-02-17 23:53:48 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-02-22 13:15:59 +0300 |
commit | 8799068b593b9dd40b569a520c32b7e7dd541783 (patch) | |
tree | 4688be0d41490453370135c5e009aac511f04cd9 /build.gradle | |
parent | 2b267c04f4c77c6fae5c591e45d987b3f4b3bab3 (diff) |
run tests on h2 database
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index b93b1cbb..33d8e27c 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,6 @@ dependencies { testCompile "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${rootProject.jacksonVersion}" testCompile "org.springframework:spring-jdbc:${springFrameworkVersion}" testCompile "org.springframework:spring-test:${springFrameworkVersion}" - testCompile "ch.vorburger.mariaDB4j:mariaDB4j:2.2.3" testCompile "org.slf4j:slf4j-api:${slf4jVersion}" testCompile "junit:junit:${junitVersion}" testCompile "org.hamcrest:hamcrest-all:${hamcrestVersion}" |