File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,11 @@ alternative support for serializing POJOs as XML and deserializing XML as POJOs.
158
158
<groupId >com.google.code.maven-replacer-plugin</groupId >
159
159
<artifactId >replacer</artifactId >
160
160
</plugin >
161
+ <!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
162
+ <plugin >
163
+ <groupId >org.cyclonedx</groupId >
164
+ <artifactId >cyclonedx-maven-plugin</artifactId >
165
+ </plugin >
161
166
<!-- 05-Jul-2020, tatu: Add gradle module metadata -->
162
167
<plugin >
163
168
<groupId >org.gradlex</groupId >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Project: jackson-dataformat-xml
6
6
7
7
2.20.0 (not yet released)
8
8
9
- -
9
+ - Generate SBOMs [JSTEP- 14 ]
10
10
11
11
2.19.0 -rc2 (24 -Apr-2025 )
12
12
You can’t perform that action at this time.
0 commit comments