1.3.0 schema ingest changes 77/68477/2
authorrv871f <richard.vondadelszen@amdocs.com>
Fri, 21 Sep 2018 17:42:04 +0000 (13:42 -0400)
committerrv871f <richard.vondadelszen@amdocs.com>
Fri, 21 Sep 2018 19:07:02 +0000 (15:07 -0400)
commit595db0f0c860c722aa79e94b464fc10c30a86dd3
tree925b500f92331cf05cb90498e4169c12bf7fcc1a
parent7507624e55109e81185be1acdd8f912e9abfbfcc
1.3.0 schema ingest changes

Issue-ID: AAI-1670
Change-Id: I402e56f0371f60641190e182bff4c3b954ad8987
Signed-off-by: rv871f <richard.vondadelszen@amdocs.com>
17 files changed:
.gitignore
pom.xml
src/main/java/org/onap/aai/schema/OxmConfigTranslator.java [deleted file]
src/main/java/org/onap/aai/schema/OxmModelLoader.java
src/test/java/org/onap/aai/schema/OxmModelLoaderTest.java
src/test/resources/config/schemaIngest.properties [new file with mode: 0644]
src/test/resources/oxm-reader/multiple-oxm/v11/aai_oxm_v11.xml [moved from src/test/resources/oxm-reader/multiple-oxm/aai_oxm_v11.xml with 100% similarity]
src/test/resources/oxm-reader/multiple-oxm/v12/aai_oxm_v12.xml [moved from src/test/resources/oxm-reader/multiple-oxm/aai_oxm_v12.xml with 100% similarity]
src/test/resources/oxm-reader/multiple-oxm/v13/aai_oxm_a_v13.xml [moved from src/test/resources/oxm-reader/multiple-oxm/aai_oxm_a_v13.xml with 100% similarity]
src/test/resources/oxm-reader/multiple-oxm/v13/aai_oxm_b_v13.xml [moved from src/test/resources/oxm-reader/multiple-oxm/aai_oxm_b_v13.xml with 100% similarity]
src/test/resources/oxm-reader/oxm/v10/aai_oxm_v10.xml [moved from src/test/resources/oxm-reader/oxm/aai_oxm_v10.xml with 100% similarity]
src/test/resources/oxm-reader/oxm/v11/aai_oxm_v11.xml [moved from src/test/resources/oxm-reader/oxm/aai_oxm_v11.xml with 100% similarity]
src/test/resources/oxm-reader/oxm/v12/aai_oxm_v12.xml [moved from src/test/resources/oxm-reader/oxm/aai_oxm_v12.xml with 100% similarity]
src/test/resources/oxm-reader/oxm/v13/aai_oxm_v13.xml [moved from src/test/resources/oxm-reader/oxm/aai_oxm_v13.xml with 100% similarity]
src/test/resources/oxm-reader/oxm/v8/aai_oxm_v8.xml [moved from src/test/resources/oxm-reader/oxm/aai_oxm_v8.xml with 100% similarity]
src/test/resources/oxm-reader/oxm/v9/aai_oxm_v9.xml [moved from src/test/resources/oxm-reader/oxm/aai_oxm_v9.xml with 100% similarity]
src/test/resources/spring-beans/data-router-oxm.xml [new file with mode: 0644]