diff --git a/build.gradle b/build.gradle index 7bafe49..af0e088 100644 --- a/build.gradle +++ b/build.gradle @@ -25,4 +25,5 @@ providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat' testImplementation 'org.springframework.boot:spring-boot-starter-test' compile("com.fasterxml.jackson.core:jackson-databind") + compile 'org.hibernate:hibernate-core:5.4.2.Final' }