Skip to content

Commit c54d971

Browse files
authored
fix(codegen): Add iam and cfm trait dependencies to sdk codegen to resolve location model validation failure (#288)
1 parent 5975308 commit c54d971

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

codegen/smithy-aws-kotlin-codegen/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ val kotlinJVMTargetVersion: String by project
2222
dependencies {
2323
implementation(kotlin("stdlib-jdk8"))
2424
api("software.amazon.smithy.kotlin:smithy-kotlin-codegen:$smithyKotlinVersion")
25+
2526
api("software.amazon.smithy:smithy-aws-traits:$smithyVersion")
27+
api("software.amazon.smithy:smithy-aws-iam-traits:$smithyVersion")
28+
api("software.amazon.smithy:smithy-aws-cloudformation-traits:$smithyVersion")
2629
api("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")
30+
2731
testImplementation("org.junit.jupiter:junit-jupiter:$junitVersion")
2832
testImplementation("org.junit.jupiter:junit-jupiter-params:$junitVersion")
2933
testImplementation("io.kotest:kotest-assertions-core-jvm:$kotestVersion")

0 commit comments

Comments
 (0)