aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJennie Jia <Jennie.Jia@amdocs.com>2018-09-13 02:36:10 +0000
committerJennie Jia <Jennie.Jia@amdocs.com>2018-09-13 17:32:54 +0000
commitbf4b8e3ac93106cf2373dafb89d5373fc17ef507 (patch)
tree58457c0cc0be0b3b72958cdd7dccc95dd401208d /pom.xml
parent5a34dbbd091db590a9a38e5398140933ae9ed639 (diff)
Handle Missing AAI Data
Issue-ID: LOG-649 Change-Id: Ie393ac995ef6b4d8c8d819d8c4815be3acab579c Signed-off-by: Jennie Jia <Jennie.Jia@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index ce4ef82..f06a3e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,17 +112,6 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.onap.aai</groupId>
- <artifactId>rest-client</artifactId>
- <version>${aai.rest.client.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-core</artifactId>
<version>1.5.9</version>