File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ repositories {
13
13
}
14
14
15
15
dependencies {
16
- annotationProcessor group : ' org.projectlombok' , name : ' lombok' , version : ' 1.18.26'
17
- compileOnly group : ' org.projectlombok' , name : ' lombok' , version : ' 1.18.26'
18
16
implementation ' org.springframework.boot:spring-boot-devtools'
19
17
implementation ' org.springframework.boot:spring-boot-starter-data-jpa'
20
18
implementation ' org.springframework.boot:spring-boot-starter-data-redis'
@@ -27,6 +25,8 @@ dependencies {
27
25
implementation ' io.jsonwebtoken:jjwt:0.9.1'
28
26
implementation ' it.ozimov:embedded-redis:0.7.3'
29
27
implementation ' commons-io:commons-io:2.11.0'
28
+ compileOnly group : ' org.projectlombok' , name : ' lombok' , version : ' 1.18.26'
29
+ annotationProcessor group : ' org.projectlombok' , name : ' lombok' , version : ' 1.18.26'
30
30
testImplementation ' org.springframework.boot:spring-boot-starter-test'
31
31
testCompileOnly ' org.projectlombok:lombok'
32
32
testAnnotationProcessor ' org.projectlombok:lombok'
You can’t perform that action at this time.
0 commit comments