We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124439a commit c0c21eeCopy full SHA for c0c21ee
buildSrc/src/main/kotlin/CrateSet.kt
@@ -64,6 +64,7 @@ object CrateSet {
64
"aws-smithy-http",
65
"aws-smithy-http-client",
66
"aws-smithy-json",
67
+ "aws-smithy-legacy-http",
68
"aws-smithy-mocks",
69
"aws-smithy-observability",
70
"aws-smithy-observability-otel",
@@ -86,6 +87,7 @@ object CrateSet {
86
87
Crate("aws-smithy-http-server", UNSTABLE_VERSION_PROP_NAME),
88
Crate("aws-smithy-http-server-python", UNSTABLE_VERSION_PROP_NAME),
89
Crate("aws-smithy-http-server-typescript", UNSTABLE_VERSION_PROP_NAME),
90
+ Crate("aws-smithy-legacy-http-server", UNSTABLE_VERSION_PROP_NAME),
91
)
92
93
val SERVER_SMITHY_RUNTIME = SMITHY_RUNTIME_COMMON + SERVER_SPECIFIC_SMITHY_RUNTIME
0 commit comments