aboutsummaryrefslogtreecommitdiffstats
path: root/gson
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-02-15 11:33:25 -0500
committerJim Hahn <jrh3@att.com>2019-02-15 11:33:25 -0500
commit195cc7e2f74e6dde900604acf825a9540afb500d (patch)
tree5531688245477611490f5ac669ec8093ccbdaaec /gson
parentf10d38d4af0178d008c69ada7cd1a6abc6ec075a (diff)
Remove unneeded jackson references
Removed some jackson references that are no longer needed. Others remain; those must remain in place until they are no longer needed by other policy repos. Change-Id: Ica6624baf17be118714bb566c8db3ffce2c3587c Issue-ID: POLICY-1428 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'gson')
-rw-r--r--gson/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/gson/pom.xml b/gson/pom.xml
index 110fccbd..81b95497 100644
--- a/gson/pom.xml
+++ b/gson/pom.xml
@@ -34,7 +34,6 @@
<properties>
<!-- TODO move to top-level or parent -->
<jersey.version>2.25.1</jersey.version>
- <jackson.version>2.9.5</jackson.version>
</properties>
<dependencies>
@@ -48,11 +47,6 @@
<artifactId>gson</artifactId>
</dependency>
<dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-annotations</artifactId>
- <version>${jackson.version}</version>
- </dependency>
- <dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>