Remove the jackson databind depenedency 71/37471/1
authorKajur, Harish (vk250x) <vk250x@att.com>
Wed, 21 Mar 2018 13:27:56 +0000 (09:27 -0400)
committerKajur, Harish (vk250x) <vk250x@att.com>
Wed, 21 Mar 2018 13:28:00 +0000 (09:28 -0400)
Issue-ID: AAI-595
Change-Id: Ifa88e5ebe1d05af73f3cbe87a47ebcd90e134fe6
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
aai-traversal/pom.xml

index 2f02801..b7a3c7a 100644 (file)
             <groupId>com.fasterxml.jackson.jaxrs</groupId>
             <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>