From d894ec51a86cfb4d711d3c053d8aa46759584456 Mon Sep 17 00:00:00 2001 From: Michael Arrastia Date: Wed, 28 Nov 2018 17:27:31 +0000 Subject: Upgrade version of aai-common * Configure Spike with schema ingestion beans. * Update OXMModelLoader and EdgeRulesLoader to make use of schema ingestion beans. Here there is an acknowledged awkward marrying of bean creation and static method use. * Update tests to mock schema ingestion beans and organise test resources. Change-Id: I1f043aa5852dbd2737a804ebc282a12afb9fb39f Issue-ID: AAI-1951 Signed-off-by: Michael Arrastia --- pom.xml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 7037ecc..457e2b0 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ ${basedir}/target - 1.2.4 + 1.4.0-SNAPSHOT 1.4.0-SNAPSHOT @@ -75,6 +75,12 @@ spring-webmvc + + org.springframework.boot + spring-boot-starter-test + test + + org.apache.commons commons-lang3 @@ -303,16 +309,7 @@ aai-schema ${aaiCommonVersion} jar - oxm/ - ${project.build.directory}/bundleconfig-local/etc - - - org.onap.aai.aai-common - aai-core - ${aaiCommonVersion} - jar - dbedgerules/ - **/*.ftlh + onap/**/ ${project.build.directory}/bundleconfig-local/etc -- cgit 1.2.3-korg