File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
lesson_26/api/java/api_app Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ plugins {
5
5
id(" com.diffplug.spotless" ) version " 6.25.0"
6
6
id(" org.springframework.boot" ) version " 3.4.0"
7
7
id(" com.adarshr.test-logger" ) version " 4.0.0"
8
- id(" io.freefair.lombok" ) version " 8.6"
9
8
}
10
9
11
10
apply (plugin = " io.spring.dependency-management" )
@@ -39,6 +38,10 @@ dependencies {
39
38
implementation(" org.apache.commons:commons-csv:1.10.0" )
40
39
implementation(" org.xerial:sqlite-jdbc:3.36.0" )
41
40
implementation(" org.hibernate.orm:hibernate-community-dialects:6.2.7.Final" )
41
+ compileOnly(" org.projectlombok:lombok:1.18.38" )
42
+ annotationProcessor(" org.projectlombok:lombok:1.18.38" )
43
+ testCompileOnly(" org.projectlombok:lombok:1.18.38" )
44
+ testAnnotationProcessor(" org.projectlombok:lombok:1.18.38" )
42
45
}
43
46
44
47
application {
You can’t perform that action at this time.
0 commit comments