aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorShwetank Dave <shwetank.dave@amdocs.com>2017-08-22 10:36:30 -0400
committerShwetank Dave <shwetank.dave@amdocs.com>2017-08-22 10:47:15 -0400
commit7e69be504213aa92893fd3354a767128b3a583f1 (patch)
tree7548c989b5bc6b1482113f8283b29a1b6f252f34 /pom.xml
parent91bfcea8df6302133254c26379ef285525b551f0 (diff)
Using DbEdgeRules.json files from aai-core jar.
Before we were aai_relationship_vxx.json files. Now using the edge rules directly from aai-core jar. Issue-ID: AAI-21 Change-Id: Id62494caabc75bc29e4f3558268ec78897946937 Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0cb9181..d16e93c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,6 +158,18 @@
</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>
<version>1.1.0-SNAPSHOT</version>
@@ -173,7 +185,7 @@
<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>
@@ -204,6 +216,10 @@
<artifactId>json</artifactId>
<version>20131018</version>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
</dependencies>