diff --git a/build.gradle b/build.gradle index c398ece4c35..fa6ff0cef79 100644 --- a/build.gradle +++ b/build.gradle @@ -3,6 +3,7 @@ plugins { id 'org.springframework.boot' version '3.3.0' id 'io.spring.dependency-management' version '1.1.5' id 'org.graalvm.buildtools.native' version '0.10.2' + id 'org.cyclonedx.bom' version '1.8.2' id 'io.spring.javaformat' version '0.0.41' id "io.spring.nohttp" version "0.0.11" } diff --git a/pom.xml b/pom.xml index f232ffc58b7..a9bbd295993 100644 --- a/pom.xml +++ b/pom.xml @@ -257,8 +257,8 @@ - + io.github.git-commit-id git-commit-id-maven-plugin @@ -267,6 +267,12 @@ false + + + org.cyclonedx + cyclonedx-maven-plugin +