Skip to content

Commit e9ce8b3

Browse files
authored
Merge pull request #1628 from IETS3/bugfix/AddSbomDeps
Bugfix/add SBOM deps
2 parents 01dfe6a + 057d9ea commit e9ce8b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The project does _not_ follow Semantic Versioning and the changes are documented
1313
- Variability: The class hierarchy implementing `IRenamer` has been improved and documented. This interface is being used for tailoring the renaming behavior of the variability filtering algorithms.
1414

1515
### Fixed
16-
16+
- Add missing deps. to SBOM
1717
- Add missing dependencies to build scripts
1818

1919
## January 2026

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,5 +546,5 @@ tasks.cyclonedxBom {
546546
// Don't include license texts in generated SBOMs
547547
includeLicenseText.set(false)
548548
// Included bundled runtime dependencies
549-
includeConfigs.set(bundledDependencies.map { it.name })
549+
includeConfigs.set(bundledDependencies.map { it.name } + languageLibs.name + mps.name)
550550
}

0 commit comments

Comments
 (0)