diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md index 3f0e239362..fc5ae99af6 100644 --- a/docs/en/changes/changes.md +++ b/docs/en/changes/changes.md @@ -2,6 +2,7 @@ #### Project +* Add SBOM (Software Bill of Materials) to the project. #### OAP Server diff --git a/pom.xml b/pom.xml index 133d4984f9..072320c25e 100755 --- a/pom.xml +++ b/pom.xml @@ -193,6 +193,7 @@ 1.21 true 3.20.2 + 2.8.0 false --add-opens java.base/java.lang=ALL-UNNAMED @@ -416,6 +417,19 @@ -DskipTests + + org.cyclonedx + cyclonedx-maven-plugin + ${cyclonedx-maven-plugin.version} + + + package + + makeBom + + + + @@ -546,6 +560,10 @@ + + org.cyclonedx + cyclonedx-maven-plugin +