From db7096ac622c2e3042815896e99a5022666ff65b Mon Sep 17 00:00:00 2001 From: Ricardo Zanini Date: Wed, 10 Dec 2025 16:42:53 -0500 Subject: [PATCH] NO-ISSUE: Add CNCF Java SDK Bill of Materials Signed-off-by: Ricardo Zanini --- bom/pom.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 7 +++++++ 2 files changed, 54 insertions(+) create mode 100644 bom/pom.xml diff --git a/bom/pom.xml b/bom/pom.xml new file mode 100644 index 00000000..29839b8f --- /dev/null +++ b/bom/pom.xml @@ -0,0 +1,47 @@ + + + 4.0.0 + + io.serverlessworkflow + serverlessworkflow-parent + 8.0.0-SNAPSHOT + + + serverlessworkflow-bom + pom + Serverless Workflow :: BOM + Bill of Materials for Serverless Workflow Java SDK + + + + + eu.maveniverse.maven.plugins + bom-builder3 + ${version.eu.maveniverse.maven.plugins} + + + build-bom + + build-bom + + + true + ${project.groupId} + ${project.artifactId} + ${project.version} + ${project.name} + ${project.description} + true + true + REACTOR + true + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 5ec88346..e5cb244b 100644 --- a/pom.xml +++ b/pom.xml @@ -46,6 +46,7 @@ experimental fluent mermaid + bom @@ -74,6 +75,7 @@ 3.4.0 3.5.4 1.7.0 + 1.3.1 @@ -547,6 +549,11 @@ exec-maven-plugin ${version.org.codehaus.mojo} + + eu.maveniverse.maven.plugins + bom-builder3 + ${version.eu.maveniverse.maven.plugins} +