summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2019-03-05 22:25:33 -0500
committerKajur, Harish (vk250x) <vk250x@att.com>2019-03-05 22:25:36 -0500
commit5478a4c2b72153f4457768280d731916aa735092 (patch)
treee748838ecc5d106510874b9b8f3ec0c197e072df
parente90cd3612c53c756104764b954eb6656631b01d1 (diff)
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) <vk250x@att.com>
-rw-r--r--aai-utils/pom.xml11
1 files changed, 0 insertions, 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 @@
<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>