Skip to content

Commit

Permalink
BAH-2851 | Fix. Unknown field properties error on reference data sync (
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 authored Dec 11, 2023
1 parent 59ed2da commit 1b62eb8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

@JsonIgnoreProperties(ignoreUnknown = true)
public class ReferenceDataTestAndPanels {

private List<ReferenceDataTest> tests;
Expand Down

0 comments on commit 1b62eb8

Please sign in to comment.