File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/integration-test/resources/agent Expand file tree Collapse file tree 2 files changed +3
-2
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
Original file line number Diff line number Diff line change 1
1
2
- FROM debian :latest
2
+ FROM public.ecr.aws/lts/ubuntu :latest
3
3
4
4
RUN apt-get update && \
5
5
apt-get install -y ca-certificates curl && \
You can’t perform that action at this time.
0 commit comments