From 2fdc72da4f188853421fcb3b425c398267c6d2e3 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Tue, 19 Feb 2019 18:00:41 -0500 Subject: Create Pre Building Block validator Use Flowvalidator shouldRunFor method to check if flow needs to be validated. Create Pre Building Block validator to check if cloud-region orchestration-disabled is true Change-Id: I2f1dca16c97505292d9b99f7e206713e4963261f Issue-ID: SO-1534 Signed-off-by: Benjamin, Max (mb388a) --- common/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/pom.xml b/common/pom.xml index 51c9ed3bcb..6bd142ddb2 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -47,9 +47,9 @@ spring-webmvc - org.onap.aai.aai-common + org.onap.aai.schema-service aai-schema - 1.4.1-SNAPSHOT + 1.0.0-SNAPSHOT org.modelmapper -- cgit 1.2.3-korg