Skip to content

Commit

Permalink
Identity info
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Alzate <aalzate@sonatype.com>
  • Loading branch information
mr-zepol committed Apr 2, 2024
1 parent d50fa26 commit 144eda8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/org/cyclonedx/model/Evidence.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,12 @@ public class Evidence
private List<Copyright> copyright;

@VersionFilter(Version.VERSION_15)
@Deprecated
private Identity identity;

@VersionFilter(Version.VERSION_16)
private List<Identity> identities;

@VersionFilter(Version.VERSION_15)
private List<Occurrence> occurrences;

Expand Down

0 comments on commit 144eda8

Please sign in to comment.