From a2806ecce72b0fd9d4776d779e76df3a5d0afcfc Mon Sep 17 00:00:00 2001 From: sblimkie Date: Tue, 5 Dec 2017 12:17:09 -0500 Subject: [PATCH] Fix build issue for data router Some snapshot artifacts were removed from nexus. Update dependencies so that we depend on the release version Issue-ID: AAI-546 Change-Id: I878b889255f6685bb6fa8c1dc81cab31a12e98c0 Signed-off-by: sblimkie --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index d7f129e..f48f5e4 100644 --- a/pom.xml +++ b/pom.xml @@ -95,12 +95,12 @@ org.onap.aai.aai-common aai-schema - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT org.onap.aai.router-core router-core - 1.1.0-SNAPSHOT + 1.1.0 @@ -123,13 +123,13 @@ org.onap.aai.logging-service common-logging - 1.1.0-SNAPSHOT + 1.1.0 org.onap.aai rest-client - 1.1.0-SNAPSHOT + 1.1.0 -- 2.16.6