Fix build job 89/32689/1
authorsblimkie <steven.blimkie@amdocs.com>
Fri, 23 Feb 2018 14:58:15 +0000 (09:58 -0500)
committersblimkie <steven.blimkie@amdocs.com>
Fri, 23 Feb 2018 15:26:20 +0000 (10:26 -0500)
Wrong dependency on aai-schema

Change-Id: I2a47c5045a23df5380e5d041245f2d45b478a78b
Issue-ID: AAI-806
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 42f51a9..5683374 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
         <dependency>
             <groupId>org.onap.aai.aai-common</groupId>
             <artifactId>aai-schema</artifactId>
-            <version>${project.version}</version>
+            <version>1.2.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.onap.aai.router-core</groupId>