@@ -58,6 +58,7 @@ smithy-kotlin-aws-protocol-core = { module = "aws.smithy.kotlin:aws-protocol-cor
5858smithy-kotlin-aws-signing-common = { module = " aws.smithy.kotlin:aws-signing-common" , version.ref = " smithy-kotlin-runtime-version" }
5959smithy-kotlin-aws-signing-crt = { module = " aws.smithy.kotlin:aws-signing-crt" , version.ref = " smithy-kotlin-runtime-version" }
6060smithy-kotlin-aws-signing-default = { module = " aws.smithy.kotlin:aws-signing-default" , version.ref = " smithy-kotlin-runtime-version" }
61+ smithy-kotlin-aws-signing-tests = { module = " aws.smithy.kotlin:aws-signing-tests" , version.ref = " smithy-kotlin-runtime-version" }
6162smithy-kotlin-aws-xml-protocols = { module = " aws.smithy.kotlin:aws-xml-protocols" , version.ref = " smithy-kotlin-runtime-version" }
6263smithy-kotlin-crt-util = { module = " aws.smithy.kotlin:crt-util" , version.ref = " smithy-kotlin-runtime-version" }
6364smithy-kotlin-http = { module = " aws.smithy.kotlin:http" , version.ref = " smithy-kotlin-runtime-version" }
@@ -68,19 +69,22 @@ smithy-kotlin-http-client = { module = "aws.smithy.kotlin:http-client", version.
6869smithy-kotlin-http-client-engine-crt = { module = " aws.smithy.kotlin:http-client-engine-crt" , version.ref = " smithy-kotlin-runtime-version" }
6970smithy-kotlin-http-client-engine-default = { module = " aws.smithy.kotlin:http-client-engine-default" , version.ref = " smithy-kotlin-runtime-version" }
7071smithy-kotlin-http-client-engine-okhttp = { module = " aws.smithy.kotlin:http-client-engine-okhttp" , version.ref = " smithy-kotlin-runtime-version" }
72+ smithy-kotlin-http-client-engine-okhttp4 = { module = " aws.smithy.kotlin:http-client-engine-okhttp4" , version.ref = " smithy-kotlin-runtime-version" }
7173smithy-kotlin-http-test = { module = " aws.smithy.kotlin:http-test" , version.ref = " smithy-kotlin-runtime-version" }
7274smithy-kotlin-identity-api = { module = " aws.smithy.kotlin:identity-api" , version.ref = " smithy-kotlin-runtime-version" }
7375smithy-kotlin-logging-slf4j2 = { module = " aws.smithy.kotlin:logging-slf4j2" , version.ref = " smithy-kotlin-runtime-version" }
7476smithy-kotlin-runtime-core = { module = " aws.smithy.kotlin:runtime-core" , version.ref = " smithy-kotlin-runtime-version" }
7577smithy-kotlin-serde = { module = " aws.smithy.kotlin:serde" , version.ref = " smithy-kotlin-runtime-version" }
78+ smithy-kotlin-serde-cbor = { module = " aws.smithy.kotlin:serde-cbor" , version.ref = " smithy-kotlin-runtime-version" }
7679smithy-kotlin-serde-form-url = { module = " aws.smithy.kotlin:serde-form-url" , version.ref = " smithy-kotlin-runtime-version" }
7780smithy-kotlin-serde-json = { module = " aws.smithy.kotlin:serde-json" , version.ref = " smithy-kotlin-runtime-version" }
7881smithy-kotlin-serde-xml = { module = " aws.smithy.kotlin:serde-xml" , version.ref = " smithy-kotlin-runtime-version" }
79- smithy-kotlin-serde-cbor = { module = " aws.smithy.kotlin:serde-cbor" , version.ref = " smithy-kotlin-runtime-version" }
8082smithy-kotlin-smithy-client = { module = " aws.smithy.kotlin:smithy-client" , version.ref = " smithy-kotlin-runtime-version" }
83+ smithy-kotlin-smithy-rpcv2-protocols = { module = " aws.smithy.kotlin:smithy-rpcv2-protocols" , version.ref = " smithy-kotlin-runtime-version" }
8184smithy-kotlin-smithy-test = { module = " aws.smithy.kotlin:smithy-test" , version.ref = " smithy-kotlin-runtime-version" }
8285smithy-kotlin-telemetry-api = { module = " aws.smithy.kotlin:telemetry-api" , version.ref = " smithy-kotlin-runtime-version" }
8386smithy-kotlin-telemetry-defaults = { module = " aws.smithy.kotlin:telemetry-defaults" , version.ref = " smithy-kotlin-runtime-version" }
87+ smithy-kotlin-telemetry-provider-micrometer = { module = " aws.smithy.kotlin:telemetry-provider-micrometer" , version.ref = " smithy-kotlin-runtime-version" }
8488smithy-kotlin-telemetry-provider-otel = { module = " aws.smithy.kotlin:telemetry-provider-otel" , version.ref = " smithy-kotlin-runtime-version" }
8589smithy-kotlin-test-suite = { module = " aws.smithy.kotlin:test-suite" , version.ref = " smithy-kotlin-runtime-version" }
8690smithy-kotlin-testing = { module = " aws.smithy.kotlin:testing" , version.ref = " smithy-kotlin-runtime-version" }
0 commit comments