Skip to content

Commit c1b8e66

Browse files
committed
fix logging examples #2
1 parent 5ffa5bd commit c1b8e66

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/powertools-examples-core-utilities/gradle/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ compileJava {
1818
}
1919

2020
repositories {
21+
mavenLocal()
2122
mavenCentral()
2223
}
2324

examples/powertools-examples-core-utilities/kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
implementation("com.amazonaws:aws-lambda-java-events:3.11.0")
1616
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.2")
1717
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")
1919
aspect("software.amazon.lambda:powertools-metrics:2.0.0-SNAPSHOT")
2020
testImplementation("junit:junit:4.13.2")
2121
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")

0 commit comments

Comments
 (0)