diff options
author | rv871f <richard.vondadelszen@amdocs.com> | 2018-09-21 16:16:12 -0400 |
---|---|---|
committer | rv871f <richard.vondadelszen@amdocs.com> | 2018-09-24 09:17:55 -0400 |
commit | 3a50e4c2dd8bdfca4b4c834316abee075448f27e (patch) | |
tree | 47cb1dbf125d56b91b1a58e1572285c1af5d5b1f /src/test/resources/config/schemaIngest.properties | |
parent | e234ce76b9eee92b2a16450f773e4a99013d0178 (diff) |
router-core 1.3.0 changes
Issue-ID: AAI-1670
Change-Id: Id42ece47c5c5972b471576f9c5f7fb2614196512
Signed-off-by: rv871f <richard.vondadelszen@amdocs.com>
Diffstat (limited to 'src/test/resources/config/schemaIngest.properties')
-rw-r--r-- | src/test/resources/config/schemaIngest.properties | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/test/resources/config/schemaIngest.properties b/src/test/resources/config/schemaIngest.properties new file mode 100644 index 0000000..3c51c3d --- /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/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=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 |