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 2ebb742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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 2ebb742

Please sign in to comment.