aboutsummaryrefslogtreecommitdiff
path: root/juick-server/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-05-18 15:33:38 +0300
committerGravatar Vitaly Takmazov2018-07-24 14:35:02 +0300
commit8a0fbbd35c13054a947ea0d27ca117542bc452b9 (patch)
tree4266fbfaac3f1e268e780bc1cfa3cdc23ccd955c /juick-server/build.gradle
parent3fa18888d5ca53b59c778de3f829870614d05c27 (diff)
JPA WIPjpa
Diffstat (limited to 'juick-server/build.gradle')
-rw-r--r--juick-server/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-server/build.gradle b/juick-server/build.gradle
index a28f6efa..7258b3c1 100644
--- a/juick-server/build.gradle
+++ b/juick-server/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'org.springframework.boot'
dependencies {
compile project(':juick-common')
compile ('org.springframework.boot:spring-boot-starter-security')
- compile ('org.springframework.boot:spring-boot-starter-jdbc')
+ compile ('org.springframework.boot:spring-boot-starter-data-jpa')
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")
providedRuntime 'com.h2database:h2:1.4.196'