diff options
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 cabfaadd..6d1ff872 100644 --- a/build.gradle +++ b/build.gradle @@ -168,6 +168,7 @@ dependencies { testCompile("org.springframework.boot:spring-boot-starter-test") testCompile('net.sourceforge.htmlunit:htmlunit:2.35.0') testCompile('org.springframework.security:spring-security-test') + testCompile("ch.vorburger.mariaDB4j:mariaDB4j:2.4.0") testCompile 'io.springfox:springfox-swagger2:2.9.2' } |