aboutsummaryrefslogtreecommitdiffstats
path: root/common-parameters/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-06-01 10:18:13 -0400
committerJim Hahn <jrh3@att.com>2021-06-01 10:20:05 -0400
commit8bec395a3d4ddff8bd0daca685f3e2162a9b5193 (patch)
treeff412a95747101f66c6fea34fa2bc9c75c0e8a14 /common-parameters/pom.xml
parent3da8ab1419980bf747214fe164659568a428cb0f (diff)
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 <jrh3@att.com>
Diffstat (limited to 'common-parameters/pom.xml')
-rw-r--r--common-parameters/pom.xml1
1 files changed, 0 insertions, 1 deletions
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 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>