diff --git a/build.gradle b/build.gradle index af0e088..7bafe49 100644 --- a/build.gradle +++ b/build.gradle @@ -25,5 +25,4 @@ 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' }