summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDaniel Silverthorn <daniel.silverthorn@amdocs.com>2017-09-05 11:38:41 -0400
committerDaniel Silverthorn <daniel.silverthorn@amdocs.com>2017-09-05 11:39:51 -0400
commitf4273706e9911ab7a4d125b29c1fc7ef8053e14e (patch)
tree8db97b653392b6c3c2e660ad4c39509b3886c49a /pom.xml
parent4e29c1eed57fbcd982c38bd96348b0b183f7820c (diff)
Replace OxmModelLoader with aaiutils
Issue ID: AAI-245 Change-Id: I38312e114a221686834303a81e6e21a49ee27b2a Signed-off-by: Daniel Silverthorn <daniel.silverthorn@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 8704324..b6891b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,11 @@
<artifactId>aai-schema</artifactId>
<version>1.1.0-SNAPSHOT</version>
</dependency>
-
+ <dependency>
+ <groupId>org.onap.aai.aai-common</groupId>
+ <artifactId>aai-utils</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-core</artifactId>