diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-03-21 09:26:59 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-03-21 09:27:23 -0400 |
commit | 4e0749c1b8c712260e322d1ab46b3c4666a8cf8f (patch) | |
tree | 8966c8523c8c1948b74d4fa46c23bb15d4309d8a /aai-resources | |
parent | e19b2d7d2d6ed2f91c537a1af4634c3c37f0fe82 (diff) |
Remove the jackson databind depenedency
Issue-ID: AAI-595
Change-Id: I44437564de483ac7dc2bbf8f40ebf6b940bed3e3
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-resources')
-rw-r--r-- | aai-resources/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 759fccd..4455387 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -466,11 +466,6 @@ <artifactId>jackson-jaxrs-json-provider</artifactId> </dependency> <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - <version>${jackson.core.version}</version> - </dependency> - <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>${mockito.version}</version> |