File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ configurations {
59
59
dependencies {
60
60
annotationProcessor ' org.projectlombok:lombok:1.18.12'
61
61
62
- implementation ' org.projectlombok:lombok:1.18.12'
62
+ compileOnly ' org.projectlombok:lombok:1.18.12'
63
63
implementation ' com.fasterxml.jackson.core:jackson-core:2.11.1'
64
64
implementation ' com.fasterxml.jackson.core:jackson-annotations:2.11.1'
65
65
implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.1'
@@ -75,6 +75,7 @@ dependencies {
75
75
testImplementation " com.github.javafaker:javafaker:1.0.2"
76
76
testImplementation " com.github.tomakehurst:wiremock-jre8:2.27.0"
77
77
testImplementation ' software.amazon.awssdk:cloudwatch:2.13.54'
78
+ testCompileOnly ' org.projectlombok:lombok:1.18.12'
78
79
testAnnotationProcessor ' org.projectlombok:lombok:1.18.12'
79
80
}
80
81
You can’t perform that action at this time.
0 commit comments