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 {
5959dependencies {
6060 annotationProcessor ' org.projectlombok:lombok:1.18.12'
6161
62- implementation ' org.projectlombok:lombok:1.18.12'
62+ compileOnly ' org.projectlombok:lombok:1.18.12'
6363 implementation ' com.fasterxml.jackson.core:jackson-core:2.11.1'
6464 implementation ' com.fasterxml.jackson.core:jackson-annotations:2.11.1'
6565 implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.1'
@@ -75,6 +75,7 @@ dependencies {
7575 testImplementation " com.github.javafaker:javafaker:1.0.2"
7676 testImplementation " com.github.tomakehurst:wiremock-jre8:2.27.0"
7777 testImplementation ' software.amazon.awssdk:cloudwatch:2.13.54'
78+ testCompileOnly ' org.projectlombok:lombok:1.18.12'
7879 testAnnotationProcessor ' org.projectlombok:lombok:1.18.12'
7980}
8081
Original file line number Diff line number Diff line change 11
2- FROM debian :latest
2+ FROM public.ecr.aws/lts/ubuntu :latest
33
44RUN apt-get update && \
55 apt-get install -y ca-certificates curl && \
You can’t perform that action at this time.
0 commit comments