Skip to content

Commit 468def1

Browse files
committed
Remove unused AWS Java sdk v1 imports
Co-authored-by: Marco Geweke <marco.geweke@otto.de>
1 parent bd6f460 commit 468def1

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

lambda/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ dependencies {
2323
implementation("software.amazon.awssdk.crt:aws-crt:0.44.0")
2424
implementation("com.amazonaws:aws-lambda-java-core:1.4.0")
2525
implementation("com.amazonaws:aws-lambda-java-events:3.16.1")
26-
implementation("com.amazonaws:aws-java-sdk-core:${amazonAwsJavaSdkVersion}")
27-
testImplementation platform("com.amazonaws:aws-xray-recorder-sdk-bom:2.21.0")
28-
testImplementation("com.amazonaws:aws-xray-recorder-sdk-core")
29-
testImplementation("com.amazonaws:aws-xray-recorder-sdk-aws-sdk")
30-
testImplementation("com.amazonaws:aws-xray-recorder-sdk-aws-sdk-instrumentor")
31-
testImplementation("com.amazonaws:aws-java-sdk-xray:${amazonAwsJavaSdkVersion}")
3226
runtimeOnly "com.amazonaws:aws-lambda-java-log4j2:1.6.2"
3327

3428
testImplementation "org.junit.jupiter:junit-jupiter-api"

0 commit comments

Comments
 (0)