diff --git a/build.gradle b/build.gradle index 5fd884b..ff10a31 100644 --- a/build.gradle +++ b/build.gradle @@ -32,6 +32,7 @@ repositories { } dependencies { + implementation 'org.hibernate:hibernate-java8:5.1.0.Final' compile "org.springframework.boot:spring-boot-starter:${springBootVersion}" compile 'org.springframework.boot:spring-boot-starter-web' compile 'org.springframework.boot:spring-boot-starter-freemarker'