diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-03-05 22:25:33 -0500 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-03-05 22:25:36 -0500 |
commit | 5478a4c2b72153f4457768280d731916aa735092 (patch) | |
tree | e748838ecc5d106510874b9b8f3ec0c197e072df /aai-utils | |
parent | e90cd3612c53c756104764b954eb6656631b01d1 (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>
Diffstat (limited to 'aai-utils')
-rw-r--r-- | aai-utils/pom.xml | 11 |
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> |