|
| 1 | +{ |
| 2 | + "dependencies": { |
| 3 | + "org.jetbrains.kotlin:kotlin-stdlib:2.*": "KotlinStdlib-2.x", |
| 4 | + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.*": "KotlinxCoroutinesCoreJvm-1.x", |
| 5 | + |
| 6 | + "com.squareup.okhttp3:okhttp-coroutines:5.*": "OkHttp3Coroutines-5.x", |
| 7 | + "com.squareup.okhttp3:okhttp:5.*": "OkHttp3-5.x", |
| 8 | + "com.squareup.okio:okio-jvm:3.*": "OkioJvm-3.x", |
| 9 | + "io.opentelemetry:opentelemetry-api:1.*": "Maven-io-opentelemetry_opentelemetry-api-1.x", |
| 10 | + "io.opentelemetry:opentelemetry-extension-kotlin:1.*": "Maven-io-opentelemetry_opentelemetry-extension-kotlin-1.x", |
| 11 | + "org.slf4j:slf4j-api:2.*": "Maven-org-slf4j_slf4j-api-2.x", |
| 12 | + "aws.sdk.kotlin.crt:aws-crt-kotlin:0.9.*": "AwsCrtKotlin-0.9.x", |
| 13 | + "aws.sdk.kotlin.crt:aws-crt-kotlin:0.8.*": "AwsCrtKotlin-0.8.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" |
| 27 | + }, |
| 28 | + "packageHandlingRules": { |
| 29 | + "versioning": { |
| 30 | + "defaultVersionLayout": "{MAJOR}.x" |
| 31 | + }, |
| 32 | + "rename": { |
| 33 | + "software.amazon.smithy.kotlin:smithy-aws-kotlin-codegen": "AwsSmithyAwsKotlinCodegen", |
| 34 | + "software.amazon.smithy.kotlin:smithy-kotlin-codegen": "AwsSmithyKotlinCodegen" |
| 35 | + }, |
| 36 | + "ignore": [ |
| 37 | + "aws.smithy.kotlin:http-test", |
| 38 | + "aws.smithy.kotlin:smithy-test", |
| 39 | + "aws.smithy.kotlin:telemetry-provider-micrometer", |
| 40 | + "aws.smithy.kotlin:testing", |
| 41 | + "aws.smithy.kotlin:bom", |
| 42 | + "aws.smithy.kotlin:version-catalog", |
| 43 | + "software.amazon.smithy.kotlin:smithy-kotlin-codegen-testutils" |
| 44 | + ], |
| 45 | + "resolvesConflictDependencies": { |
| 46 | + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.*": [ |
| 47 | + "KotlinxCoroutinesCoreJvm-1.x" |
| 48 | + ], |
| 49 | + "com.squareup.okhttp3:okhttp-coroutines:5.*": [ |
| 50 | + "KotlinStdlib-2.x", |
| 51 | + "KotlinxCoroutinesCoreJvm-1.x", |
| 52 | + "KotlinStdlibJdk7-2.x", |
| 53 | + "KotlinStdlibJdk8-2.x" |
| 54 | + ], |
| 55 | + "com.squareup.okhttp3:okhttp:5.*": [ |
| 56 | + "KotlinStdlib-2.x" |
| 57 | + ], |
| 58 | + "com.squareup.okio:okio-jvm:3.*": [ |
| 59 | + "KotlinStdlib-2.x" |
| 60 | + ], |
| 61 | + "com.squareup.okhttp3:okhttp:4.*": [ |
| 62 | + "OkHttp3-4.x" |
| 63 | + ] |
| 64 | + } |
| 65 | + } |
| 66 | +} |
0 commit comments