diff options
author | Arul.Nambi <arul.nambi@amdocs.com> | 2018-12-13 15:34:17 -0500 |
---|---|---|
committer | Arul.Nambi <arul.nambi@amdocs.com> | 2018-12-14 10:30:26 -0500 |
commit | 885545697c79b299a372956b1b368e13bab3426c (patch) | |
tree | 9be5faaf897bbd03eb700760e9da5ba436e4c0c4 /sparkybe-onap-application/config/spring-beans/sparky-oxm-default.xml | |
parent | 53d13ff36532723582f55febce79de2282e46cde (diff) |
Updating the new schema service ingest
Issue-ID: AAI-2006
Change-Id: I25360ea42d1e09ada6af00dbe99ceace978ee09a
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'sparkybe-onap-application/config/spring-beans/sparky-oxm-default.xml')
-rw-r--r-- | sparkybe-onap-application/config/spring-beans/sparky-oxm-default.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sparkybe-onap-application/config/spring-beans/sparky-oxm-default.xml b/sparkybe-onap-application/config/spring-beans/sparky-oxm-default.xml index b44d626..5eb2184 100644 --- a/sparkybe-onap-application/config/spring-beans/sparky-oxm-default.xml +++ b/sparkybe-onap-application/config/spring-beans/sparky-oxm-default.xml @@ -3,11 +3,10 @@ xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> - + <bean id="oxmModelLoader" class="org.onap.aai.sparky.config.oxm.OxmModelLoader" init-method="loadModel"> <constructor-arg ref="oxmModelProcessorSet" /> - <constructor-arg ref="nodeIngestor" /> <constructor-arg ref="schemaVersions" /> </bean> |