aboutsummaryrefslogtreecommitdiffstats
path: root/gson
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-02-18 13:30:00 -0500
committerJim Hahn <jrh3@att.com>2019-02-18 16:28:55 -0500
commitd3fe4b67f181d79272b984f6f6b39b943bd53daf (patch)
treeafc810f7018216eaa8a2cf18a41ab2fd32e52810 /gson
parent2917a67f12e32a7337e3a9f9b9fd3de4469a921c (diff)
Remove jackson from policy-endpoints pom
Removed most jackson dependencies from the policy-endpoints pom, leaving jackson-annotations. Moved jersey.version to top-level pom. Change-Id: I73c6fef79d104ef62c7632ad3e02bc52865351cd Issue-ID: POLICY-1531 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'gson')
-rw-r--r--gson/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/gson/pom.xml b/gson/pom.xml
index 8f6272a9..d02ede1f 100644
--- a/gson/pom.xml
+++ b/gson/pom.xml
@@ -31,11 +31,6 @@
<description>Common Utilities</description>
<packaging>jar</packaging>
- <properties>
- <!-- TODO move to top-level or parent -->
- <jersey.version>2.25.1</jersey.version>
- </properties>
-
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>