Skip to content

Commit

Permalink
Merge pull request #1249 from Crown-Commercial-Service/bugfix/CAS-897…
Browse files Browse the repository at this point in the history
…_Timeline_display_stand_still

Added ignore to exclude the fields
  • Loading branch information
ravi-sankar-uppala authored Jun 5, 2023
2 parents 4061af8 + 6cb8a3a commit adf5524
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import java.util.Set;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Builder;
Expand All @@ -21,6 +22,7 @@ public class RequirementGroup {
@Value
@Builder
@Jacksonized
@JsonIgnoreProperties(ignoreUnknown = true)
public static class NonOCDS {

String prompt;
Expand Down

0 comments on commit adf5524

Please sign in to comment.