Skip to content

Commit 629a7f3

Browse files
committed
fix: dependency application
1 parent bd361c8 commit 629a7f3

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

codegen/aws-sdk-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/GradleGenerator.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@ class GradleGenerator : KotlinIntegration {
7070
}
7171
}
7272
}
73-
74-
withBlock("jvmE2eTest {", "}") {
75-
withBlock("dependencies {", "}") {
76-
write(KotlinDependency.HTTP_TEST.dependencyNotation())
77-
}
78-
}
7973
}
8074
if (ctx.model.topDownOperations(ctx.settings.service).any { it.hasTrait<SmokeTestsTrait>() }) {
8175
write("")

services/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ subprojects {
7575
implementation(libraries.kotlin.test.junit5)
7676
implementation(project(":tests:e2e-test-util"))
7777
implementation(libraries.slf4j.simple)
78+
implementation(libraries.smithy.kotlin.http.test)
7879
}
7980
}
8081

0 commit comments

Comments
 (0)