From 8ed112cc25f33315e453b238478c4a1fde3e257e Mon Sep 17 00:00:00 2001 From: Rich Tabedzki Date: Mon, 23 Apr 2018 15:50:06 -0400 Subject: Fixing trustStore issues in AAI Client Changes made: * Updated AAI XSD model to v13 * Updated AAI interface path definitions Change-Id: I047845e574734b45dda67e1f84b3bb07dacca426 Issue-ID: CCSDK-247 Signed-off-by: Rich Tabedzki --- aai-service/provider/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aai-service/provider/pom.xml') diff --git a/aai-service/provider/pom.xml b/aai-service/provider/pom.xml index 97a12a4a..364a6521 100755 --- a/aai-service/provider/pom.xml +++ b/aai-service/provider/pom.xml @@ -146,13 +146,13 @@ ${project.basedir}/src/main/resources - aai_schema_v11.xsd + aai_schema_v13.xsd aai-schema-bindings.xjb ${project.build.directory}/generated-sources/main/java - org.openecomp.aai.inventory.v11 + org.openecomp.aai.inventory.v13 true -Xannotate -- cgit 1.2.3-korg