Fix databse stuff

merge-requests/1/head
Julius de Jeu 2019-06-09 19:00:23 +02:00
parent 8857f82945
commit d802d9e606
1 changed files with 3 additions and 1 deletions

View File

@ -41,7 +41,9 @@ dependencies {
implementation 'net.dv8tion:JDA:4.ALPHA.0_88'
implementation 'com.sedmelluq:lavaplayer:1.3.17'
implementation "com.h2database:h2"
runtimeOnly "com.h2database:h2"
runtimeOnly "org.postgresql:postgresql"
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
kapt 'org.springframework.boot:spring-boot-configuration-processor'