Skip to content

Commit 55743fe

Browse files
committed
JSTEP-14: generate SBOM
1 parent f3a7bc1 commit 55743fe

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

jakarta/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ JSON Schema (http://tools.ietf.org/html/draft-zyp-json-schema-03) version 3 gene
3838
</excludes>
3939
</configuration>
4040
</plugin>
41+
<!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
42+
<plugin>
43+
<groupId>org.cyclonedx</groupId>
44+
<artifactId>cyclonedx-maven-plugin</artifactId>
45+
</plugin>
4146
<!-- 28-Mar-2019, tatu: Add rudimentary JDK9+ module info. To build with JDK 8
4247
will have to use `moduleInfoFile` as anything else requires JDK 9+
4348
-->

javax/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ JSON Schema (http://tools.ietf.org/html/draft-zyp-json-schema-03) version 3 gene
3939
</excludes>
4040
</configuration>
4141
</plugin>
42+
<!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
43+
<plugin>
44+
<groupId>org.cyclonedx</groupId>
45+
<artifactId>cyclonedx-maven-plugin</artifactId>
46+
</plugin>
4247
<!-- 28-Mar-2019, tatu: Add rudimentary JDK9+ module info. To build with JDK 8
4348
will have to use `moduleInfoFile` as anything else requires JDK 9+
4449
-->

release-notes/VERSION

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Project: jackson-module-jsonSchema
44
=== Releases ===
55
------------------------------------------------------------------------
66

7+
2.20.0 (not yet released)
8+
9+
- Generate SBOMs [JSTEP-14]
10+
711
2.19.0 (24-Apr-2025)
812

913
No changes since 2.18

0 commit comments

Comments
 (0)