Using DbEdgeRules.json files from aai-core jar.
[aai/gizmo.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0cb9181..d16e93c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <version>1.1.0-SNAPSHOT</version>
         </dependency>
 
+        <dependency>
+            <groupId>org.onap.aai.aai-common</groupId>
+            <artifactId>aai-core</artifactId>
+            <version>1.1.0-SNAPSHOT</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>*</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
         <dependency>
           <groupId>org.onap.aai.aai-common</groupId>
           <artifactId>aai-auth</artifactId>
         <dependency>
             <groupId>org.openecomp.aai</groupId>
             <artifactId>champ</artifactId> 
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.1.0-SNAPSHOT</version>
             <scope>compile</scope>
             <exclusions>
                 <exclusion>
             <artifactId>json</artifactId>
             <version>20131018</version>
         </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
 
     </dependencies>