summaryrefslogtreecommitdiffstats
path: root/sparkybe-onap-application/config/spring-beans/sparky-oxm-default.xml
diff options
context:
space:
mode:
authorrv871f <richard.vondadelszen@amdocs.com>2018-08-29 14:56:02 -0400
committerrv871f <richard.vondadelszen@amdocs.com>2018-08-29 15:16:28 -0400
commitc48ce4b76edaffa8d5d991769aba848006985eaa (patch)
treea6ecd1af0c2ed9708f58ae0fd34deb3d8cbb1ad3 /sparkybe-onap-application/config/spring-beans/sparky-oxm-default.xml
parent87dfa2cf9864b4eb0a99eb4771bcd04455e70318 (diff)
aai-schema and ingest fixes
Issue-ID: AAI-1554 Change-Id: I0a27cf320d3d69d8e715af8c27d5afeaa2951da5 Signed-off-by: rv871f <richard.vondadelszen@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.xml3
1 files changed, 2 insertions, 1 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 98ce1ad..b44d626 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,12 @@
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>
</beans> \ No newline at end of file