diff options
author | Vitaly Takmazov | 2018-02-22 14:26:09 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-02-22 14:26:09 +0300 |
commit | 445efce2abf8310acc5b7bb652feef7968c86a2a (patch) | |
tree | 04ef8712a014a2f75b8bd96cf68c8bd3a5af6dc6 /juick-server-jdbc/build.gradle | |
parent | b74b92f124f6d31a7ee48deaf48f0604886836f8 (diff) |
default database is h2
Diffstat (limited to 'juick-server-jdbc/build.gradle')
-rw-r--r-- | juick-server-jdbc/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-server-jdbc/build.gradle b/juick-server-jdbc/build.gradle index 7c1b2b1f..2ffb1642 100644 --- a/juick-server-jdbc/build.gradle +++ b/juick-server-jdbc/build.gradle @@ -33,13 +33,13 @@ dependencies { compile 'org.imgscalr:imgscalr-lib:4.2' + providedCompile 'com.h2database:h2:1.4.196' providedCompile "javax.servlet:javax.servlet-api:3.1.0" providedRuntime 'mysql:mysql-connector-java:5.1.40' providedRuntime "commons-fileupload:commons-fileupload:1.3.3" testCompile project(path: ':juick-core', configuration: 'testArtifacts') - testCompile 'com.h2database:h2:1.4.196' testCompile "junit:junit:${rootProject.junitVersion}" testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}" testCompile "org.mockito:mockito-core:${rootProject.mockitoVersion}" |