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 --- src/test/resources/oxm-reader/schemaIngest-multiple-oxm.properties | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 src/test/resources/oxm-reader/schemaIngest-multiple-oxm.properties (limited to 'src/test/resources/oxm-reader/schemaIngest-multiple-oxm.properties') diff --git a/src/test/resources/oxm-reader/schemaIngest-multiple-oxm.properties b/src/test/resources/oxm-reader/schemaIngest-multiple-oxm.properties deleted file mode 100644 index 5e0fa42..0000000 --- a/src/test/resources/oxm-reader/schemaIngest-multiple-oxm.properties +++ /dev/null @@ -1,4 +0,0 @@ -# Properties for the SchemaLocationsBean -schemaConfig=NA -nodeDir=src/test/resources/oxm-reader/multiple-oxm/ -edgeDir= \ No newline at end of file -- cgit 1.2.3-korg