diff --git a/build.gradle b/build.gradle index 7bafe49..23173ae 100644 --- a/build.gradle +++ b/build.gradle @@ -20,9 +20,10 @@ implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'org.springframework.boot:spring-boot-starter-web' - runtimeOnly 'com.h2database:h2' runtimeOnly 'mysql:mysql-connector-java' providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat' testImplementation 'org.springframework.boot:spring-boot-starter-test' + compile("com.h2database:h2:1.4.196") compile("com.fasterxml.jackson.core:jackson-databind") + compile("org.hibernate:hibernate-core:5.4.2.Final") }