Fix asynchronous patch requests 71/55871/1
authorRavi Geda <GRaviK@amdocs.com>
Thu, 5 Jul 2018 10:11:55 +0000 (11:11 +0100)
committerRavi Geda <GRaviK@amdocs.com>
Thu, 5 Jul 2018 10:11:55 +0000 (11:11 +0100)
Async flow uses gson to de-serialize the event to a ChampObject which is
causing inconsistencies for timestamp property values. Fix is to use
jackson which the sync flow also uses.

Change-Id: Ic766d34a8c04b9d076d7cadb53cb9dcb180186b6
Issue-ID: AAI-1363
Signed-off-by: Ravi Geda <GRaviK@amdocs.com>

No differences found