summaryrefslogtreecommitdiffstats
path: root/sparkybe-onap-service/src/test/resources/oxm-reader/schema-ingest-single-oxm.properties
diff options
context:
space:
mode:
Diffstat (limited to 'sparkybe-onap-service/src/test/resources/oxm-reader/schema-ingest-single-oxm.properties')
-rw-r--r--sparkybe-onap-service/src/test/resources/oxm-reader/schema-ingest-single-oxm.properties18
1 files changed, 17 insertions, 1 deletions
diff --git a/sparkybe-onap-service/src/test/resources/oxm-reader/schema-ingest-single-oxm.properties b/sparkybe-onap-service/src/test/resources/oxm-reader/schema-ingest-single-oxm.properties
index 596316c..897f7da 100644
--- a/sparkybe-onap-service/src/test/resources/oxm-reader/schema-ingest-single-oxm.properties
+++ b/sparkybe-onap-service/src/test/resources/oxm-reader/schema-ingest-single-oxm.properties
@@ -1,4 +1,20 @@
Test properties for the org.onap.aai.setup.SchemaLocationsBean
schemaConfig=NA
nodeDir=src/test/resources/oxm-reader/oxm/
-edgeDir=src/test/resources/oxm-reader/oxm/ \ No newline at end of file
+edgeDir=src/test/resources/oxm-reader/oxm/
+
+# New propterties required by the aai-common - aai-schema-ingest lib as of 1.3.0
+schema.configuration.location=N/A
+schema.nodes.location=src/test/resources/oxm-reader/oxm/
+schema.edges.location=
+# These versions need to exist if they are included in the list
+schema.version.list=v8,v9,v10,v11,v12,v13
+# Decalares the oxm version to load
+schema.version.api.default=v11
+
+# Setting this values to ${oxm.apiVersion} only to ensure the value used exists (we don't use this properties in our application)
+schema.version.depth.start=v11
+schema.version.related.link.start=v11
+schema.version.app.root.start=v11
+schema.version.namespace.change.start=v11
+schema.version.edge.label.start=v11 \ No newline at end of file