From 5478a4c2b72153f4457768280d731916aa735092 Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Tue, 5 Mar 2019 22:25:33 -0500 Subject: [PATCH] Remove the aai-schema dependency from aai-utils Removing the unnecessary dependency to aai-schema from the aai-utils submodule Issue-ID: AAI-1871 Change-Id: Ibf6fbe26c0120a0e8d8c0bbf3d5c45b73fdf3d74 Signed-off-by: Kajur, Harish (vk250x) --- aai-utils/pom.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 5ad28352..8e1b4ca2 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -83,17 +83,6 @@ jackson-databind 2.8.11 - - org.onap.aai.aai-common - aai-schema - ${project.version} - - - * - * - - - junit -- 2.16.6