From c25cedaaba031071ea1283af1c5a16f078b97d92 Mon Sep 17 00:00:00 2001 From: Calvin Kirs Date: Thu, 16 May 2024 19:35:24 +0800 Subject: [PATCH] minor: Add SBOM to the project. (#12231) --- docs/en/changes/changes.md | 1 + pom.xml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) 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 +