diff options
author | 2018-11-28 18:14:33 +0000 | |
---|---|---|
committer | 2018-11-29 09:47:16 +0000 | |
commit | 9ae8ae65c0aff6b8fd4e94460b44af33cf15aa50 (patch) | |
tree | d54422cab7ef90fdd8a66038326550506004419f /src/main/resources | |
parent | 18f7af386802e750ad983ba2cdf4d9b84b4ed5ed (diff) |
Upgrade version of aai-common
Update OXM Model Loader and Edge Rules Loader to use the 1810 schema
ingestion mechanism.
Update tests accordingly.
Change-Id: I979951fcdcaf901c508c30d770b83dfa3d52bde4
Issue-ID: AAI-1952
Signed-off-by: Ravi Geda <gravik@amdocs.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/application.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a21f3c5..049a2d9 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -7,3 +7,5 @@ server.ssl.enabled=true server.ssl.client-auth=need server.ssl.enabled-protocols=TLSv1.1,TLSv1.2 +schema.ingest.file=${CONFIG_HOME}/schema-ingest.properties +edgeprops.ingest.file=${CONFIG_HOME}/edgeprops-ingest.properties |