This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-cyclonedx.git
The following commit(s) were added to refs/heads/main by this push:
new c9e60eb more explicit component definitions
c9e60eb is described below
commit c9e60ebe08269c66093d6a126bda34f7ee115fc4
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sat May 23 12:47:02 2026 +0200
more explicit component definitions
---
build.xml | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/build.xml b/build.xml
index eba2d9a..b33370d 100644
--- a/build.xml
+++ b/build.xml
@@ -236,6 +236,33 @@ under the License.
</sbomLink>
<file file="${lib.dir.compile}/jackson-dataformat-xml.jar"/>
</additionalComponent>
+ <additionalComponent>
+ <sbomLink>
+ <url
url="https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.21.1/jackson-core-2.21.1-sbom-cyclonedx.json"/>
+ </sbomLink>
+ <file file="${lib.dir.compile}/jackson-core.jar"/>
+ </additionalComponent>
+ <additionalComponent>
+ <sbomLink>
+ <url
url="https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.21/jackson-annotations-2.21-sbom-cyclonedx.json"/>
+ </sbomLink>
+ <file file="${lib.dir.compile}/jackson-annotations.jar"/>
+ </additionalComponent>
+ <additionalComponent>
+ <sbomLink>
+ <url
url="https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.21.1/jackson-databind-2.21.1-sbom-cyclonedx.json"/>
+ </sbomLink>
+ <file file="${lib.dir.compile}/jackson-databind.jar"/>
+ </additionalComponent>
+ <additionalComponent
+ group="com.fasterxml.woodstox"
+ name="woodstox-core"
+ version="7.1.1"
+ description='Woodstox is a high-performance XML processor that
implements Stax (JSR-173), SAX2 and Stax2 APIs'
+ unknownDependencies="true">
+ <file file="${lib.dir.compile}/woodstox-core.jar"/>
+ <license refid="apache-2"/>
+ </additionalComponent>
<additionalComponent
group="com.networknt"
name="json-schema-validator"