aboutsummaryrefslogtreecommitdiffstats
path: root/main/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-02-27 11:31:34 -0500
committerJim Hahn <jrh3@att.com>2019-02-27 18:39:15 -0500
commitc3e2ced55c33946377454f2353dc24297e88584d (patch)
tree9a3dddbcc1b58e074197a2d9da4da075ea9d667f /main/pom.xml
parent6329d5933f064f9418b300ef87235681fabd717d (diff)
Use Coder class
Modified existing PAP code to use the Coder class instead of Gson. Change-Id: I770d0adf201d7c1118085f85c36582e1143deb08 Issue-ID: POLICY-1444 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'main/pom.xml')
-rw-r--r--main/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/pom.xml b/main/pom.xml
index 19c54dbb..274cc5e7 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -39,10 +39,6 @@
<artifactId>commons-cli</artifactId>
</dependency>
<dependency>
- <groupId>com.google.code.gson</groupId>
- <artifactId>gson</artifactId>
- </dependency>
- <dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-parameters</artifactId>
<version>${policy.common.version}</version>