added new aai-schema-ingest library
[aai/aai-common.git] / aai-schema-ingest / src / test / resources / forWiringTests / testContext.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4     xsi:schemaLocation="http://www.springframework.org/schema/beans
5         http://www.springframework.org/schema/beans/spring-beans.xsd">
6
7
8     <bean id="schemaLocationsBean" class="org.onap.aai.setup.SchemaLocationsBean">
9         <property name="schemaConfigLocation" value="fromXML" />
10         <property name="nodeDirectory" value="whatAnXML" />
11         <property name="edgeDirectory" value="XMLwiringYAY" />
12     </bean>
13
14 </beans>