summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBansal, Nitin (nb121v) <nitin.bansal@amdocs.com>2017-08-02 14:12:16 -0400
committerBansal, Nitin (nb121v) <nitin.bansal@amdocs.com>2017-08-02 14:19:52 -0400
commit02780597dbdf84a3b7d9d399a8e7da18a83da074 (patch)
treecc76f0d139d9cc9c8617c9817d6a7ed87bf0cad1 /pom.xml
parent6cb28e580a3d3e308de77b2e7b239cae3912dd7f (diff)
[AAI-125] DataRouter to consume aai-schema jar
Change-Id: I7f0a5d78f662b591b87f1f6d86c511e00eef6fd5 Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a3e4b2d..e674983 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,11 @@
<version>3.1.200</version>
<scope>provided</scope>
</dependency>
-
+ <dependency>
+ <groupId>org.onap.aai.aai-common</groupId>
+ <artifactId>aai-schema</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>org.onap.aai.router-core</groupId>
<artifactId>router-core</artifactId>