From ec15710c693074865c04d546fe994d7861791089 Mon Sep 17 00:00:00 2001 From: Hesam Rahimi Date: Tue, 20 Jul 2021 21:55:09 +0000 Subject: Updating ccsdk sli adaptor for aai to use v24 of the aai-schema. Issue-ID: CCSDK-3377 Signed-off-by: Hesam Rahimi Change-Id: Ib35ad8b90660c9c62ffdf1911fff0da023772071 --- adaptors/aai-service/provider/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'adaptors/aai-service/provider/pom.xml') diff --git a/adaptors/aai-service/provider/pom.xml b/adaptors/aai-service/provider/pom.xml index 16bfdb1c4..6404b93d5 100755 --- a/adaptors/aai-service/provider/pom.xml +++ b/adaptors/aai-service/provider/pom.xml @@ -123,13 +123,13 @@ ${project.basedir}/src/main/resources - aai_schema_v21.xsd + aai_schema_v24.xsd aai-schema-bindings.xjb ${project.build.directory}/generated-sources/main/java - org.onap.aai.inventory.v21 + org.onap.aai.inventory.v24 true -Xannotate -- cgit 1.2.3-korg