Skip to content

Commit

Permalink
feat: add BOM to version catalog (#1470)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis authored Nov 20, 2024
1 parent dfec169 commit ca56d59
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changes/83a46ab2-f991-41a9-8ec2-ae7098bc7dbc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "83a46ab2-f991-41a9-8ec2-ae7098bc7dbc",
"type": "feature",
"description": "Include Maven Bill of Materials (BOM) in version catalog",
"issues": [
"https://github.com/awslabs/aws-sdk-kotlin/issues/1440"
]
}
5 changes: 5 additions & 0 deletions bom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ fun createBomConstraintsAndVersionCatalog() {
}
}

// Add the BOM itself to the version catalog
catalogExt.versionCatalog {
library("bom", "aws.sdk.kotlin:bom:$version")
}

val ignoredSmithyKotlin = setOf(
"smithy.kotlin.codegen",
"smithy.kotlin.http.test",
Expand Down

0 comments on commit ca56d59

Please sign in to comment.