diff options
author | Jim Hahn <jrh3@att.com> | 2019-02-15 12:24:14 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-02-15 12:26:37 -0500 |
commit | cb8557e068ec89473dcb4d01a68e7dfd0a4644c5 (patch) | |
tree | 4e5eaea52f9a5f5416e75f28f18b5ffdef0b86e6 /policy-management/pom.xml | |
parent | b47140e63ebc5d878c66935698df99a987a6418e (diff) |
Test gson in policy-management
Added jackson-like Gson annotations to policy-management classes.
Also added tests to verify that the classes serialize the same
with gson as with jackson.
Removed some trailing spaces.
Replaced tabs and adjusted spacing in json files.
Removed trailing newlines.
Updated license data per review comment.
Fixed merge conflict.
Added files that were inadvertently deleted.
Change-Id: Ib546e70f9d9d83187a6a93ff5c634000c4d53da5
Issue-ID: POLICY-1431
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'policy-management/pom.xml')
-rw-r--r-- | policy-management/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/policy-management/pom.xml b/policy-management/pom.xml index 557e1f44..d0bbb1db 100644 --- a/policy-management/pom.xml +++ b/policy-management/pom.xml @@ -222,6 +222,12 @@ </dependency> <dependency> + <groupId>org.onap.policy.common</groupId> + <artifactId>gson</artifactId> + <version>${policy.common.version}</version> + </dependency> + + <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </dependency> |