diff options
Diffstat (limited to 'src/test/resources/config')
-rw-r--r-- | src/test/resources/config/schemaIngest.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/config/schemaIngest.properties b/src/test/resources/config/schemaIngest.properties index dc70df1..7b08122 100644 --- a/src/test/resources/config/schemaIngest.properties +++ b/src/test/resources/config/schemaIngest.properties @@ -1,7 +1,7 @@ # 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=${APP_HOME}/target/oxm/${testShemaUnpackVersion}/oxm +schema.nodes.location=${OXM_LOCATION}/${testShemaUnpackVersion}/oxm schema.edges.location= # These versions need to exist if they are included in the list schema.version.list=v10,v11,v12,v13,v14,v15 |