File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
codegen/aws-sdk-codegen/src/main/kotlin/aws/sdk/kotlin/codegen Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff 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(" " )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments