From 6d0ee9b9136fff938c359426e2c2939efd7b814c Mon Sep 17 00:00:00 2001 From: sblimkie Date: Fri, 23 Feb 2018 09:58:15 -0500 Subject: [PATCH] Fix build job Wrong dependency on aai-schema Change-Id: I2a47c5045a23df5380e5d041245f2d45b478a78b Issue-ID: AAI-806 Signed-off-by: sblimkie --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 42f51a9..5683374 100644 --- a/pom.xml +++ b/pom.xml @@ -95,7 +95,7 @@ org.onap.aai.aai-common aai-schema - ${project.version} + 1.2.1-SNAPSHOT org.onap.aai.router-core -- 2.16.6