diff options
author | sblimkie <steven.blimkie@amdocs.com> | 2017-12-01 16:00:50 -0500 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2017-12-04 12:06:40 -0500 |
commit | bfb506c057c62cc6e76a3696608182c202e01698 (patch) | |
tree | d386a9700e5ff101523a0d3071b606fbe610fe3b /pom.xml | |
parent | f7b84df35a767b18b8c5f3485cff2ffd5faab0c8 (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.xml | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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> |