build: Add Hibernate Tools dependency to build.gradle
This commit is contained in:
@@ -28,6 +28,7 @@ dependencies {
|
||||
|
||||
implementation 'org.springframework.boot:spring-boot-starter-cache'
|
||||
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
|
||||
implementation 'org.hibernate:hibernate-tools:6.4.4.Final'
|
||||
annotationProcessor 'org.hibernate.orm:hibernate-jpamodelgen:6.4.4.Final'
|
||||
annotationProcessor 'org.projectlombok:lombok'
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
|
||||
Reference in New Issue
Block a user