From 8bec395a3d4ddff8bd0daca685f3e2162a9b5193 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Tue, 1 Jun 2021 10:18:13 -0400 Subject: Validator should report serialized field name The validator reports field names as they appear in the class rather than as they appear on the wire, which may be confusing to the client. Modified the code to use the serialized name instead. Note: this will require tweaks to some junits in some of the other policy repos. Issue-ID: POLICY-3333 Change-Id: I867dafdc87cd78dec3d3c6fe0236a744284314a3 Signed-off-by: Jim Hahn --- common-parameters/pom.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'common-parameters/pom.xml') diff --git a/common-parameters/pom.xml b/common-parameters/pom.xml index e22b6ea3..342cb984 100644 --- a/common-parameters/pom.xml +++ b/common-parameters/pom.xml @@ -66,7 +66,6 @@ com.google.code.gson gson - test org.yaml -- cgit 1.2.3-korg