aboutsummaryrefslogtreecommitdiffstats
path: root/ajsc-aai/pom.xml
diff options
context:
space:
mode:
authorMax Benjamin <mb388a@att.com>2017-02-20 14:24:59 -0500
committerMax Benjamin <mb388a@att.com>2017-02-20 15:58:43 -0500
commit89b630a99160556fe8c7e5c70afa2ef320043b52 (patch)
tree9a100561cf05c27dced87d4126a3079767372c36 /ajsc-aai/pom.xml
parent5cc490dc5c2a824dbc16e5ca7b38f5452ff5b394 (diff)
oxm now is read from classpath
Change-Id: I82b83db0c91db08fcb5bbf6fd878f40ce863ae05 Signed-off-by: Max Benjamin <mb388a@att.com>
Diffstat (limited to 'ajsc-aai/pom.xml')
-rw-r--r--ajsc-aai/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/ajsc-aai/pom.xml b/ajsc-aai/pom.xml
index b976cb6..8ac7ffe 100644
--- a/ajsc-aai/pom.xml
+++ b/ajsc-aai/pom.xml
@@ -328,7 +328,11 @@
<artifactId>activemq-broker</artifactId>
<version>5.12.2</version>
</dependency>
-
+ <dependency>
+ <groupId>org.openecomp.aai.aai-service</groupId>
+ <artifactId>aai-schema</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>org.openecomp.aai.aai-service</groupId>
<artifactId>annotations</artifactId>