Remove the aai-schema dependency from aai-utils 52/79752/1
authorKajur, Harish (vk250x) <vk250x@att.com>
Wed, 6 Mar 2019 03:25:33 +0000 (22:25 -0500)
committerKajur, Harish (vk250x) <vk250x@att.com>
Wed, 6 Mar 2019 03:25:36 +0000 (22:25 -0500)
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) <vk250x@att.com>
aai-utils/pom.xml

index 5ad2835..8e1b4ca 100644 (file)
             <artifactId>jackson-databind</artifactId>
             <version>2.8.11</version>
         </dependency>
-        <dependency>
-            <groupId>org.onap.aai.aai-common</groupId>
-            <artifactId>aai-schema</artifactId>
-            <version>${project.version}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>*</groupId>
-                    <artifactId>*</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
 
         <dependency>
             <groupId>junit</groupId>