Skip to content

Commit f4d410f

Browse files
yasmewadadwsingh
authored andcommitted
Use smithyBuild dependency closure for traitCodegen depdency for MCP Traits.
1 parent 58fb0e0 commit f4d410f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mcp/mcp-traits/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ extra["moduleName"] = "software.amazon.smithy.java.mcp.traits"
1010

1111
dependencies {
1212
api(libs.smithy.model)
13-
compileOnly(libs.smithy.traitcodegen)
14-
testImplementation(libs.junit.jupiter.api)
15-
testImplementation(libs.assertj.core)
13+
smithyBuild(libs.smithy.traitcodegen)
1614
}
1715

1816
sourceSets {

0 commit comments

Comments
 (0)