Make GSON the default serializer 24/108324/2
authorJim Hahn <jrh3@att.com>
Tue, 26 May 2020 20:25:59 +0000 (16:25 -0400)
committerJim Hahn <jrh3@att.com>
Wed, 27 May 2020 13:56:56 +0000 (09:56 -0400)
commit2a79da3dc60dcf4329b76b32ce40b7af15b13578
treecf7dcf00d65d9097c6452f78ea462c9e08bf795f
parentf3e77920d6219f2711b2f10f45d39599701bc189
Make GSON the default serializer

The default serialization provider for HttpClient and
HttpServletServer was Jackson.  Modified to use GSON instead.

Issue-ID: POLICY-1526
Change-Id: Ic6282d119fa63d12470903a4f1eb4da3afd6efe7
Signed-off-by: Jim Hahn <jrh3@att.com>
policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/client/internal/JerseyClient.java
policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/server/internal/JettyJerseyServer.java