Gizmo uses Champ the microservice
[aai/gizmo.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index e4119d1..99e73cc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <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>