Skip to content

Commit

Permalink
misc: add smoke test model dep
Browse files Browse the repository at this point in the history
  • Loading branch information
milesziemer committed Apr 9, 2024
1 parent 12319c7 commit 7bdf18e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changes/1abc61f2-9517-4905-a83e-5aa6ea617ccb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "1abc61f2-9517-4905-a83e-5aa6ea617ccb",
"type": "misc",
"description": "add smoke test model dep to sdk codegen"
}
1 change: 1 addition & 0 deletions codegen/sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ dependencies {
codegen(libs.smithy.cli)
codegen(libs.smithy.model)
codegen(libs.smithy.smoke.test.traits)
codegen(libs.smithy.aws.smoke.test.model)
}

tasks.generateSmithyProjections {
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ smithy-aws-cloudformation-traits = { module = "software.amazon.smithy:smithy-aws
smithy-model = { module = "software.amazon.smithy:smithy-model", version.ref = "smithy-version" }
smithy-protocol-test-traits = { module = "software.amazon.smithy:smithy-protocol-test-traits", version.ref = "smithy-version" }
smithy-smoke-test-traits = { module = "software.amazon.smithy:smithy-smoke-test-traits", version.ref = "smithy-version" }
smithy-aws-smoke-test-model = { module = "software.amazon.smithy:smithy-aws-smoke-test-model", version.ref = "smithy-version" }

junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit-version" }
junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit-version" }
Expand Down

0 comments on commit 7bdf18e

Please sign in to comment.