Skip to content

Commit ca56d59

Browse files
authored
feat: add BOM to version catalog (#1470)
1 parent dfec169 commit ca56d59

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "83a46ab2-f991-41a9-8ec2-ae7098bc7dbc",
3+
"type": "feature",
4+
"description": "Include Maven Bill of Materials (BOM) in version catalog",
5+
"issues": [
6+
"https://github.com/awslabs/aws-sdk-kotlin/issues/1440"
7+
]
8+
}

bom/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ fun createBomConstraintsAndVersionCatalog() {
5454
}
5555
}
5656

57+
// Add the BOM itself to the version catalog
58+
catalogExt.versionCatalog {
59+
library("bom", "aws.sdk.kotlin:bom:$version")
60+
}
61+
5762
val ignoredSmithyKotlin = setOf(
5863
"smithy.kotlin.codegen",
5964
"smithy.kotlin.http.test",

0 commit comments

Comments
 (0)