Skip to content

Commit

Permalink
Identity info
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-zepol committed Apr 2, 2024
1 parent a2d3123 commit abbf6b3
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 abbf6b3

Please sign in to comment.