Modernize Feedback service
This commit is contained in:
@@ -37,4 +37,11 @@ dependencies {
|
||||
|
||||
runtimeOnly 'org.springframework.boot:spring-boot-devtools'
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
|
||||
compileOnly("org.projectlombok:lombok:1.18.42")
|
||||
annotationProcessor("org.projectlombok:lombok:1.18.42")
|
||||
|
||||
|
||||
testCompileOnly("org.projectlombok:lombok:1.18.42")
|
||||
testAnnotationProcessor("org.projectlombok:lombok:1.18.42")
|
||||
}
|
||||
Reference in New Issue
Block a user