aboutsummaryrefslogtreecommitdiffstats
path: root/policy-management/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-02-13 13:55:31 -0500
committerJim Hahn <jrh3@att.com>2019-02-14 14:00:12 -0500
commit710992a925b44fa9594d8f70bbc9f22a6f91d8ad (patch)
tree4f2ff921eb015632204f8ef6868de8db9bf27bbe /policy-management/pom.xml
parent6683a08e12d119e1ba8fb1070a93660c0c3a3931 (diff)
Remove jackson from policy coders
Coders came in pairs, one for GSON and one for Jackson. Replaced the pairs with a single coder for GSON. Simplified list copy. Removed multipleToolsetRetries flag. Removed additional jackson code. It had been removed, but the changes were somehow lost. Simplified another list copy. Updated license dates. Note: the date in PolicyEngineTest will be updated via a different review (mgmt-gson). Change-Id: Id3c7688c2389d194f66afcefa14303cf403ada16 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.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/policy-management/pom.xml b/policy-management/pom.xml
index 5d3d9eeb..557e1f44 100644
--- a/policy-management/pom.xml
+++ b/policy-management/pom.xml
@@ -199,12 +199,6 @@
</dependency>
<dependency>
- <groupId>org.glassfish.jersey.media</groupId>
- <artifactId>jersey-media-json-jackson</artifactId>
- <version>${jersey.version}</version>
- </dependency>
-
- <dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-jetty-http</artifactId>
<version>${jersey.version}</version>
@@ -223,18 +217,6 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <version>${jackson.version}</version>
- </dependency>
-
- <dependency>
- <groupId>com.fasterxml.jackson.datatype</groupId>
- <artifactId>jackson-datatype-jsr310</artifactId>
- <version>${jackson.version}</version>
- </dependency>
-
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson.version}</version>
</dependency>