From ce3dff0eb435964e7becb94713842bddf3691dfa Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 7 Aug 2022 12:21:09 -0400 Subject: [PATCH] Add CycloneDX SBOM generation #122. --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0be3ab9ea..0ce12e929 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -64,7 +64,8 @@ The type attribute can be add,update,fix,remove. Add .vscode/* to RAT excludes. Add property commons.javadoc18.java.link. - Add JUnit BOM to dependency management. + Add JUnit BOM to dependency management. + Add CycloneDX SBOM generation #122. Remove org.codehaus.mojo:jdepend-maven-plugin 2.0; it does not work with current versions of RAT and site plugins. Remove FindBugs properties, use SpotBugs instead.