Gizmo to use the new edge rule label format
[aai/gizmo.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 32a1fef..e78968a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
     <groupId>org.onap.aai.gizmo</groupId>
     <artifactId>gizmo</artifactId>
     <version>1.1.0-SNAPSHOT</version>
-    <name>AAI - gizmo</name>
+    <name>aai-gizmo</name>
 
     <properties>
         <module.ajsc.namespace.name>crud-api</module.ajsc.namespace.name>
             <version>2.2.0</version>
         </dependency>
                
+               <!-- AAI-CORE specific dependencies -->
                <dependency>
                <groupId>org.apache.tinkerpop</groupId>
-            <artifactId>gremlin-core</artifactId> 
-            <version>3.1.0-incubating</version>
-            <exclusions>
-              <exclusion>
-                    <groupId>org.slf4j</groupId>
-                    <artifactId>slf4j-log4j12</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.slf4j</groupId>
-                    <artifactId>jcl-over-slf4j</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-               
-        <!-- TEST Dependencies -->
-               
-               <dependency>
+               <artifactId>gremlin-core</artifactId> 
+               <version>3.2.3</version>
+               <scope>provided</scope>
+               <exclusions>
+                   <exclusion>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>slf4j-log4j12</artifactId>
+                   </exclusion>
+                   <exclusion>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>jcl-over-slf4j</artifactId>
+                   </exclusion>
+               </exclusions>
+     </dependency>
+
+       <dependency>
             <groupId>org.apache.tinkerpop</groupId>
             <artifactId>tinkergraph-gremlin</artifactId>
             <version>3.2.3</version>
-            <scope>test</scope>
+            <scope>provided</scope>
         </dependency>
 
-
-
         <dependency>
             <groupId>org.json</groupId>
             <artifactId>json</artifactId>