File tree 2 files changed +2
-1
lines changed
examples/powertools-examples-core-utilities
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ compileJava {
18
18
}
19
19
20
20
repositories {
21
+ mavenLocal()
21
22
mavenCentral()
22
23
}
23
24
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
15
15
implementation(" com.amazonaws:aws-lambda-java-events:3.11.0" )
16
16
implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.2" )
17
17
aspect(" software.amazon.lambda:powertools-tracing:2.0.0-SNAPSHOT" )
18
- aspect(" software.amazon.lambda:powertools-logging:2.0.0-SNAPSHOT" )
18
+ aspect(" software.amazon.lambda:powertools-logging-log4j :2.0.0-SNAPSHOT" )
19
19
aspect(" software.amazon.lambda:powertools-metrics:2.0.0-SNAPSHOT" )
20
20
testImplementation(" junit:junit:4.13.2" )
21
21
implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
You can’t perform that action at this time.
0 commit comments