summaryrefslogtreecommitdiffstats
path: root/sparkybe-onap-application/config/spring-beans/sparky-oxm-default.xml
blob: 5eb2184a6917ed62b83335b3d0066e4826fff7c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<beans profile="oxm-default" xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	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="schemaVersions" />
	</bean>

</beans>