From 748613a171d3619e6de43ab04f217ca86d4a723f Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Fri, 2 Mar 2018 19:04:32 -0500 Subject: Update to remove remaining nexus iq pom Also change from using AJSC 6 to Spring Boot Issue-ID: AAI-595 Change-Id: I0a4d7cdbe01bb35ca4dc28124483e1abf165a979 Signed-off-by: Venkata Harish K Kajur --- .../src/test/java/org/onap/aai/schema/db/ManageSchemaTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'aai-resources/src/test') diff --git a/aai-resources/src/test/java/org/onap/aai/schema/db/ManageSchemaTest.java b/aai-resources/src/test/java/org/onap/aai/schema/db/ManageSchemaTest.java index 4eeb172..14e8bee 100644 --- a/aai-resources/src/test/java/org/onap/aai/schema/db/ManageSchemaTest.java +++ b/aai-resources/src/test/java/org/onap/aai/schema/db/ManageSchemaTest.java @@ -21,12 +21,12 @@ */ package org.onap.aai.schema.db; +import com.fasterxml.jackson.core.JsonParseException; +import com.fasterxml.jackson.databind.JsonMappingException; +import com.fasterxml.jackson.databind.ObjectMapper; import com.thinkaurelius.titan.core.TitanFactory; import com.thinkaurelius.titan.core.TitanGraph; import com.thinkaurelius.titan.core.schema.TitanManagement; -import org.codehaus.jackson.JsonParseException; -import org.codehaus.jackson.map.JsonMappingException; -import org.codehaus.jackson.map.ObjectMapper; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; -- cgit 1.2.3-korg