Skip to content

Commit

Permalink
Exclude smithy-cli from being included by validation model
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbaker authored and mtdowling committed Feb 6, 2025
1 parent e0f88a7 commit 83059ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion framework-errors/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ dependencies {

// Validation error is imported separately, b/c it is used a bit uniquely in protocol tests.
// TODO: Can this be collapsed into the framework errors when they are upstreamed?
api(libs.smithy.validation.model)
api(libs.smithy.validation.model) {
exclude(group = "software.amazon.smithy", module = "smithy-cli")
}
}

// Add generated Java sources to the main sourceSet
Expand Down

0 comments on commit 83059ce

Please sign in to comment.