X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Ftest%2Fresources%2Fconfig%2FschemaIngest.properties;fp=src%2Ftest%2Fresources%2Fconfig%2FschemaIngest.properties;h=05e5555a7afa3d6e3704030bcfa0ece6ea1efd11;hb=595db0f0c860c722aa79e94b464fc10c30a86dd3;hp=0000000000000000000000000000000000000000;hpb=7507624e55109e81185be1acdd8f912e9abfbfcc;p=aai%2Frouter-core.git diff --git a/src/test/resources/config/schemaIngest.properties b/src/test/resources/config/schemaIngest.properties new file mode 100644 index 0000000..05e5555 --- /dev/null +++ b/src/test/resources/config/schemaIngest.properties @@ -0,0 +1,16 @@ +# Properties for the SchemaLocationsBean +# Properties 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/multiple-oxm/ +schema.edges.location= +# These versions need to exist if they are included in the list +schema.version.list=v11,v12,v13 +# Decalares the oxm version to load +schema.version.api.default=v13 + +# Don't use these properties in our application, need to be set to prevent an exception on startup (see SchemaVersions bean) +schema.version.depth.start=v13 +schema.version.related.link.start=v13 +schema.version.app.root.start=v13 +schema.version.namespace.change.start=v13 +schema.version.edge.label.start=v13 \ No newline at end of file