summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsblimkie <steven.blimkie@amdocs.com>2017-12-01 16:00:50 -0500
committersblimkie <steven.blimkie@amdocs.com>2017-12-04 12:06:40 -0500
commitbfb506c057c62cc6e76a3696608182c202e01698 (patch)
treed386a9700e5ff101523a0d3071b606fbe610fe3b /pom.xml
parentf7b84df35a767b18b8c5f3485cff2ffd5faab0c8 (diff)
Gizmo uses Champ the microservice
Gizmo modified to use the Champ ms REST API instead of the Champ library Issue-ID: AAI-525 Change-Id: Ifc5d0302eebfe4eccbe805ecf6cfd059fb6e700b Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/pom.xml b/pom.xml
index e4119d1..99e73cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,19 +122,6 @@
<version>2.6.2</version>
</dependency>
- <!-- Champ graph database library. -->
- <dependency>
- <groupId>org.openecomp.aai</groupId>
- <artifactId>champ</artifactId>
- <version>1.1.0-SNAPSHOT</version>
- <scope>compile</scope>
- <exclusions>
- <exclusion>
- <groupId>org.apache.hbase</groupId>
- <artifactId>hbase-client</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
<dependency>
<groupId>org.onap.aai</groupId>
<artifactId>rest-client</artifactId>