Skip to content

Commit c0c21ee

Browse files
Fahad Zubairrcoh
authored andcommitted
Add legacy crates to the CrateSet
1 parent 124439a commit c0c21ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildSrc/src/main/kotlin/CrateSet.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ object CrateSet {
6464
"aws-smithy-http",
6565
"aws-smithy-http-client",
6666
"aws-smithy-json",
67+
"aws-smithy-legacy-http",
6768
"aws-smithy-mocks",
6869
"aws-smithy-observability",
6970
"aws-smithy-observability-otel",
@@ -86,6 +87,7 @@ object CrateSet {
8687
Crate("aws-smithy-http-server", UNSTABLE_VERSION_PROP_NAME),
8788
Crate("aws-smithy-http-server-python", UNSTABLE_VERSION_PROP_NAME),
8889
Crate("aws-smithy-http-server-typescript", UNSTABLE_VERSION_PROP_NAME),
90+
Crate("aws-smithy-legacy-http-server", UNSTABLE_VERSION_PROP_NAME),
8991
)
9092

9193
val SERVER_SMITHY_RUNTIME = SMITHY_RUNTIME_COMMON + SERVER_SPECIFIC_SMITHY_RUNTIME

0 commit comments

Comments
 (0)