|
11 | 11 | "org.slf4j:slf4j-api:2.*": "Maven-org-slf4j_slf4j-api-2.x", |
12 | 12 | "aws.sdk.kotlin.crt:aws-crt-kotlin:0.9.*": "AwsCrtKotlin-0.9.x", |
13 | 13 | "aws.sdk.kotlin.crt:aws-crt-kotlin:0.8.*": "AwsCrtKotlin-0.8.x", |
14 | | - "com.squareup.okhttp3:okhttp:4.*": "OkHttp3-4.x" |
| 14 | + "com.squareup.okhttp3:okhttp:4.*": "OkHttp3-4.x", |
| 15 | + |
| 16 | + "software.amazon.smithy:smithy-aws-traits:1.*": "Maven-software-amazon-smithy_smithy-aws-traits-1.x", |
| 17 | + "software.amazon.smithy:smithy-aws-iam-traits:1.*": "Maven-software-amazon-smithy_smithy-aws-iam-traits-1.x", |
| 18 | + "software.amazon.smithy:smithy-aws-cloudformation-traits:1.*": "Maven-software-amazon-smithy_smithy-aws-cloudformation-traits-1.x", |
| 19 | + "software.amazon.smithy:smithy-protocol-test-traits:1.*": "Maven-software-amazon-smithy_smithy-protocol-test-traits-1.x", |
| 20 | + "software.amazon.smithy:smithy-protocol-traits:1.*": "Maven-software-amazon-smithy_smithy-protocol-traits-1.x", |
| 21 | + "software.amazon.smithy:smithy-aws-endpoints:1.*": "Maven-software-amazon-smithy_smithy-aws-endpoints-1.x", |
| 22 | + "software.amazon.smithy:smithy-codegen-core:1.*": "Maven-software-amazon-smithy_smithy-codegen-core-1.x", |
| 23 | + "software.amazon.smithy:smithy-waiters:1.*": "Maven-software-amazon-smithy_smithy-waiters-1.x", |
| 24 | + "software.amazon.smithy:smithy-rules-engine:1.*": "Maven-software-amazon-smithy_smithy-rules-engine-1.x", |
| 25 | + "software.amazon.smithy:smithy-smoke-test-traits:1.*": "Maven-software-amazon-smithy_smithy-smoke-test-traits-1.x", |
| 26 | + "org.jsoup:jsoup:1.19.*": "Maven-jsoup-1.19.x" |
15 | 27 | }, |
16 | 28 | "packageHandlingRules": { |
17 | 29 | "versioning": { |
18 | 30 | "defaultVersionLayout": "{MAJOR}.0.x", |
19 | 31 | "overrides": { |
20 | | - "software.amazon.smithy.kotlin:smithy-kotlin-codegen": "{MAJOR}.{MINOR}.x", |
21 | | - "software.amazon.smithy.kotlin:smithy-kotlin-codegen-testutils": "{MAJOR}.{MINOR}.x" |
| 32 | + "software.amazon.smithy.kotlin:smithy-aws-kotlin-codegen": "{MAJOR}.x", |
| 33 | + "software.amazon.smithy.kotlin:smithy-kotlin-codegen": "{MAJOR}.x" |
22 | 34 | } |
23 | 35 | }, |
24 | 36 | "rename": { |
25 | | - "software.amazon.smithy.kotlin:smithy-kotlin-codegen": "SmithyKotlinCodegen", |
26 | | - "software.amazon.smithy.kotlin:smithy-kotlin-codegen-testutils": "SmithyKotlinCodegenTestUtils" |
| 37 | + "software.amazon.smithy.kotlin:smithy-aws-kotlin-codegen": "AwsSmithyAwsKotlinCodegen", |
| 38 | + "software.amazon.smithy.kotlin:smithy-kotlin-codegen": "AwsSmithyKotlinCodegen" |
27 | 39 | }, |
28 | 40 | "ignore": [ |
29 | 41 | "aws.smithy.kotlin:http-test", |
30 | 42 | "aws.smithy.kotlin:smithy-test", |
31 | 43 | "aws.smithy.kotlin:telemetry-provider-micrometer", |
32 | 44 | "aws.smithy.kotlin:testing", |
33 | 45 | "aws.smithy.kotlin:bom", |
34 | | - "aws.smithy.kotlin:version-catalog" |
| 46 | + "aws.smithy.kotlin:version-catalog", |
| 47 | + "software.amazon.smithy.kotlin:smithy-kotlin-codegen-testutils" |
35 | 48 | ], |
36 | 49 | "resolvesConflictDependencies": { |
37 | 50 | "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.*": [ |
|
0 commit comments